[POWERPC] Split out vpa unregister logic from pseries_kexec_cpu_down_xics()
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 24 Aug 2006 06:54:08 +0000 (16:54 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 13 Sep 2006 08:39:52 +0000 (18:39 +1000)
commitf50d4cfc98d70f919afb2924b1b53c36b2f4e62f
tree352c8c20b13d6951de56c90895161c06e1bb0563
parentaa43f77939c97bf9d3580c6a5e71a5a40290e451
[POWERPC] Split out vpa unregister logic from pseries_kexec_cpu_down_xics()

As part of the new irq code pseries_kexec_cpu_down() was split into a
xics and mpic version. The vpa unregister logic is now only done in the
xics routine, and although that's ok in practice (we don't have SPLPAR
machines with mpic), I'd rather have the two concepts stay separate.

So move the vpa unregister into pseries_kexec_cpu_down(), which gets called
by both the xics and mpic routines. This also gives us an obvious place to
put any new kexec-down logic needed in future.

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