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:
Родитель
72eceef67a
Коммит
d2a36071ef
|
@ -420,4 +420,4 @@ static int __init pseries_cpu_hotplug_init(void)
|
|||
|
||||
return 0;
|
||||
}
|
||||
arch_initcall(pseries_cpu_hotplug_init);
|
||||
machine_arch_initcall(pseries, pseries_cpu_hotplug_init);
|
||||
|
|
Загрузка…
Ссылка в новой задаче