ARM: hotplug cpu: move secondary_startup, __enable_mmu to cpuinit
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 4 Oct 2010 16:56:13 +0000 (17:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 8 Oct 2010 09:07:35 +0000 (10:07 +0100)
Move these two functions, both of which are required for secondary
CPU booting, into the cpuinit section.  Ensure bad processors call
__error_p for better diagnostics, rather than just __error.

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

No differences found