[PATCH] PPC64: fix CONFIG check typo

Stephen Rothwell sfr at canb.auug.org.au
Mon Sep 27 15:28:36 EST 2004


Hi Andrew,

This should allow sys_rtas to work again on PPC64 pSeries.

Signed-off-by: Stephen Rothwell <sfr at canb.auug.org.au>

-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff -ruN 2.6.9-rc2-bk12/arch/ppc64/kernel/misc.S 2.6.9-rc2-bk12.sfr.1/arch/ppc64/kernel/misc.S
--- 2.6.9-rc2-bk12/arch/ppc64/kernel/misc.S	2004-09-27 12:10:57.000000000 +1000
+++ 2.6.9-rc2-bk12.sfr.1/arch/ppc64/kernel/misc.S	2004-09-27 15:11:39.000000000 +1000
@@ -687,7 +687,7 @@
 	ld	r30,-16(r1)
 	blr
 
-#ifndef CONFIG_PPC_PSERIE	/* hack hack hack */
+#ifndef CONFIG_PPC_PSERIES	/* hack hack hack */
 #define ppc_rtas	sys_ni_syscall
 #endif
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://ozlabs.org/pipermail/linuxppc64-dev/attachments/20040927/bee00397/attachment.pgp 


More information about the Linuxppc64-dev mailing list