Commit c160629a authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Linus Torvalds

[PATCH] ppc64: fix CONFIG check typo

This should allow sys_rtas to work again on PPC64 pSeries.
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent beb0e5c2
...@@ -687,7 +687,7 @@ _GLOBAL(kernel_thread) ...@@ -687,7 +687,7 @@ _GLOBAL(kernel_thread)
ld r30,-16(r1) ld r30,-16(r1)
blr blr
#ifndef CONFIG_PPC_PSERIE /* hack hack hack */ #ifndef CONFIG_PPC_PSERIES /* hack hack hack */
#define ppc_rtas sys_ni_syscall #define ppc_rtas sys_ni_syscall
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment