]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ARM: hotplug cpu: setup 1:1 map for entire kernel image for secondary CPUs
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 1 Oct 2010 14:38:24 +0000 (15:38 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 8 Oct 2010 09:07:32 +0000 (10:07 +0100)
commit37b05b63754e995b8cb76f4fbe7ed7219b3ca896
treedc72186db922ebfb7d3d842dccb9dc6006d163e3
parentf131a0800e286a13839784e554383c0ddfa78bce
ARM: hotplug cpu: setup 1:1 map for entire kernel image for secondary CPUs

Make the entire kernel image available for secondary CPUs rather
than just the first MB of memory.  This allows the startup code
to appear in the cpuinit sections.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/smp.c