]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Don't skip ePAPR spin-table CPUs
authorScott Wood <scottwood@freescale.com>
Wed, 25 Jun 2014 01:15:51 +0000 (20:15 -0500)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 25 Jun 2014 03:10:49 +0000 (13:10 +1000)
commit54a68c6ece0455e9021b42395583c4dc9ed96d60
treeda2fe6f4c83db36e65cc4127985dab5891982a24
parent589b936a0af53cb4296231dbb7bce8a09e82e7c5
powerpc: Don't skip ePAPR spin-table CPUs

Commit 151e3cb412f81db2e3578c2bd0a6e80fc3518c4d "powerpc: Don't setup
CPUs with bad status" broke ePAPR SMP booting.  ePAPR says that CPUs
that aren't presently running shall have status of disabled, with
enable-method being used to determine whether the CPU can be enabled.

Fix by checking for spin-table, which is currently the only supported
enable-method.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Cc: Michael Neuling <mikey@neuling.org>
Cc: Emil Medve <Emilian.Medve@Freescale.com>
Cc: stable@vger.kernel.org
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/setup-common.c