]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit5e1d3a989333f2b369af04457039a2d93605aaed
tree352c8c20b13d6951de56c90895161c06e1bb0563
parent03428c7b7fed784e8b5f527d2a6921941008110d
[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