]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Initialize secondary CPU setup for 32-bit SMP
authorPaul Mackerras <paulus@samba.org>
Fri, 11 Nov 2005 11:34:43 +0000 (22:34 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 11 Nov 2005 11:34:43 +0000 (22:34 +1100)
commit5d3bd1cc22dd61c558943e0d2d1e09feb8d1e9f5
treea913d014efb7ac18d73d6e76714102e78478460e
parent5c6927efbcdc3f2c747c6597acd4bd02652c5a72
powerpc: Initialize secondary CPU setup for 32-bit SMP

32-bit SMP powermacs weren't booting with ARCH=powerpc because the
boot cpu wasn't saving away the state of various control registers,
but the secondary CPUs were loading them from the uninitialized
state.  This adds the necessary save-state call.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/head_32.S