diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-24 19:20:09 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-24 19:20:09 -0700 |
| commit | cd019539b6d5e1774f2df5ec2667b2508ef69a15 (patch) | |
| tree | 26f6517b2cf3d9321450de8dad71e6acc5200d70 | |
| parent | 026a94485f27f06225fc2b2cd94ca81be584cd35 (diff) | |
ppc64: make G5 setup compile again
The stop_self thing is accessed unconditionally from pSeries_setup.c
| -rw-r--r-- | arch/ppc64/kernel/rtas.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ppc64/kernel/rtas.c b/arch/ppc64/kernel/rtas.c index becb652e14ef..6eccf7a8c72e 100644 --- a/arch/ppc64/kernel/rtas.c +++ b/arch/ppc64/kernel/rtas.c @@ -516,7 +516,6 @@ asmlinkage int ppc_rtas(struct rtas_args __user *uargs) return 0; } -#ifdef CONFIG_HOTPLUG_CPU /* This version can't take the spinlock, because it never returns */ struct rtas_args rtas_stop_self_args = { @@ -541,7 +540,6 @@ void rtas_stop_self(void) panic("Alas, I survived.\n"); } -#endif /* CONFIG_HOTPLUG_CPU */ /* * Return the firmware-specified size of the error log buffer |
