powerpc: Move checks in pseries_mach_cpu_die()
authorVaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com>
Mon, 1 Mar 2010 02:58:16 +0000 (02:58 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 9 Mar 2010 00:57:10 +0000 (11:57 +1100)
commit0212f2602a38e740d5a96aba4cebfc2ebc993ecf
treec65166065be1d195ca603b7d71f8ed4f5d32e223
parent8dbce53cc249a76e9450708d291fce5a7e29c6a1
powerpc: Move checks in pseries_mach_cpu_die()

Rearrange condition checks for better code readability and
prevention of possible race conditions when
preferred_offline_state can potentially change during the
execution of pseries_mach_cpu_die().  The patch will make
pseries_mach_cpu_die() put cpu in one of the consistent states
and not hit the run over BUG()

Signed-off-by: Vaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com>
Cc: Gautham R Shenoy <ego@in.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/hotplug-cpu.c