]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Move boot_paca into early_setup
authorGeoff Levand <geoff@infradead.org>
Wed, 13 Feb 2013 17:03:16 +0000 (17:03 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 15 Feb 2013 05:54:48 +0000 (16:54 +1100)
commit6a7e406419d8b176efbc5be41a82299025ad1b43
tree71ed89f0a34ec6ca7a10682e280300e42bdc5fdc
parent69fde0210e9cac299d6713549a9cba612c1fd727
powerpc: Move boot_paca into early_setup

The powerpc boot_paca symbol is now only used within the
early_setup() routine, so move it from its global definition
into early_setup().

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/paca.h
arch/powerpc/kernel/paca.c
arch/powerpc/kernel/setup_64.c