]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Move the rest of the hotplug cpu code into platforms/pseries/hotplug-cpu.c
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 5 Dec 2006 06:52:38 +0000 (17:52 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 8 Dec 2006 04:55:55 +0000 (15:55 +1100)
commit5f266667f94d0ebbfe690b1b4ee0a811f5188fc9
treebee6cab5f98d14e55abcb2979b1bcd496f16c0ee
parentca8a7f91d73c7e15e8360f22a3cbc355cec3d1a9
[POWERPC] Move the rest of the hotplug cpu code into platforms/pseries/hotplug-cpu.c

Move the rest of the hotplug cpu code from platforms/pseries/smp.c into
platforms/pseries/hotplug-cpu.c.

Wire up the smp_ops callbacks and the notifier in the hotplug cpu initcall,
rather than in smp_init_pseries().  No change in behaviour.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/pseries/hotplug-cpu.c
arch/powerpc/platforms/pseries/smp.c