[PATCH] client-architecture termination

Jake Moilanen moilanen at austin.ibm.com
Thu Nov 9 07:12:28 EST 2006


Firmware is crashing during CAS parsing.  It appears that a portion of
Will's patch got dropped.

	http://patchwork.ozlabs.org/linuxppc/patch?id=6768

Signed-off-by: Jake Moilanen <moilanen at austin.ibm.com>

 arch/powerpc/kernel/prom_init.c |    1 +
 1 files changed, 1 insertion(+)

Index: 2.6/arch/powerpc/kernel/prom_init.c
===================================================================
--- 2.6.orig/arch/powerpc/kernel/prom_init.c
+++ 2.6/arch/powerpc/kernel/prom_init.c
@@ -649,6 +649,7 @@ static unsigned char ibm_architecture_ve
 	W(0xfffe0000), W(0x003a0000),	/* POWER5/POWER5+ */
 	W(0xffff0000), W(0x003e0000),	/* POWER6 */
 	W(0xfffffffe), W(0x0f000001),	/* all 2.04-compliant and earlier */
+	W(0x00000000), W(0xffffffff),	/* Terminator-list-entry */
 	5 - 1,				/* 5 option vectors */
 
 	/* option vector 1: processor architectures supported */





More information about the Linuxppc-dev mailing list