]> git.openfabrics.org - ~emulex/infiniband.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)
commit413f7c405a342b0b9370ea7a652b9f0270183bf3
treebee6cab5f98d14e55abcb2979b1bcd496f16c0ee
parent04da6af960194ecdee4c29cd3f86e766903418ca
[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