summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2004-09-26 17:23:07 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-26 17:23:07 -0700
commitc160629a8752cefd12f482a9f505b877b6af8ad3 (patch)
tree99d3e60ab94e375b0686dbf5e548b1996e1a2872
parentbeb0e5c2e16058dccf3f78f5cce0e54aa79dd20f (diff)
[PATCH] ppc64: fix CONFIG check typo
This should allow sys_rtas to work again on PPC64 pSeries. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--arch/ppc64/kernel/misc.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/misc.S b/arch/ppc64/kernel/misc.S
index bfb8b22cb129..c153e266f484 100644
--- a/arch/ppc64/kernel/misc.S
+++ b/arch/ppc64/kernel/misc.S
@@ -687,7 +687,7 @@ _GLOBAL(kernel_thread)
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