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

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 <benh@kernel.crashing.org>
This commit is contained in:
Benjamin Herrenschmidt 2013-12-10 11:31:02 +11:00
parent 72eceef67a
commit d2a36071ef

View file

@ -420,4 +420,4 @@ static int __init pseries_cpu_hotplug_init(void)
return 0; return 0;
} }
arch_initcall(pseries_cpu_hotplug_init); machine_arch_initcall(pseries, pseries_cpu_hotplug_init);