]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[POWERPC] Setup the boot cpu's paca pointer in C rather than asm
authorMichael Ellerman <michael@ellerman.id.au>
Fri, 23 Jun 2006 08:20:09 +0000 (18:20 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 28 Jun 2006 01:59:47 +0000 (11:59 +1000)
commit4ba99b97dadd35b9ce1438b2bc7c992a4a14a8b1
tree09065f39b2b22e0d29463cb8cea55ccb4b293549
parentaa98c50dcb5d5b85d2a4c26d54fa1e3c31c11e4b
[POWERPC] Setup the boot cpu's paca pointer in C rather than asm

There's no need to set the boot cpu paca in asm, so do it in C so us
mere mortals can understand it.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/head_64.S
arch/powerpc/kernel/setup_64.c