Commit cd019539 authored by Linus Torvalds's avatar Linus Torvalds

ppc64: make G5 setup compile again

The stop_self thing is accessed unconditionally from pSeries_setup.c
parent 026a9448
......@@ -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
......
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