]> git.baikalelectronics.ru Git - kernel.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)
commit694ba3e578fdcb767675ebbc9d722e28f49ec195
tree09065f39b2b22e0d29463cb8cea55ccb4b293549
parentae4d404e0c23ae9d8b6945bf8578859e150dc8c1
[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