Re: [PATCH] powerpc/pseries: Don't try to register pseries cpu hotplug on non-pseries

2013-12-09 Thread Benjamin Herrenschmidt
On Tue, 2013-12-10 at 13:02 +1100, Michael Ellerman wrote: > On Tue, 2013-12-10 at 11:31 +1100, Benjamin Herrenschmidt wrote: > > This results in oddball messages at boot on other platforms telling us > > that CPU hotplug isn't supported even when it is. > > We have a bunch more. Most are probably

Re: [PATCH] powerpc/pseries: Don't try to register pseries cpu hotplug on non-pseries

2013-12-09 Thread Michael Ellerman
On Tue, 2013-12-10 at 11:31 +1100, Benjamin Herrenschmidt wrote: > This results in oddball messages at boot on other platforms telling us > that CPU hotplug isn't supported even when it is. We have a bunch more. Most are probably safe because they rely on the device tree but we should probably con

[PATCH] powerpc/pseries: Don't try to register pseries cpu hotplug on non-pseries

2013-12-09 Thread Benjamin Herrenschmidt
This results in oddball messages at boot on other platforms telling us that CPU hotplug isn't supported even when it is. Signed-off-by: Benjamin Herrenschmidt --- arch/powerpc/platforms/pseries/hotplug-cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/platfor