]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Call CPU ->restore callback earlier on secondary CPUs
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 1 Feb 2011 01:13:09 +0000 (12:13 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 20 Apr 2011 01:03:24 +0000 (11:03 +1000)
commitac528dd4fa0e7d53745ccf52a800c9be2cab9a9a
tree994d7ef63c3356e3dc90372a2abe961430769a29
parent93049e954b50ed74fd8014dda0cf4219107faec2
powerpc: Call CPU ->restore callback earlier on secondary CPUs

We do it before we loop on the PACA start flag. This way, we get a
chance to set critical SPRs on all CPUs before Linux tries to start
them up, which avoids problems when changing some bits such as LPCR
bits that need to be identical on all threads of a core or similar
things like that. Ideally, some of that should also be done before
the MMU is enabled, but that's a separate issue which would require
moving some of the SMP startup code earlier, let's not get there
for now, it works with that change alone.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/head_64.S