ARM: hotplug cpu: Keep processor information, startup code & __lookup_processor_type
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 1 Oct 2010 14:37:05 +0000 (15:37 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 8 Oct 2010 09:07:32 +0000 (10:07 +0100)
When hotplug CPU is enabled, we need to keep the list of supported CPUs,
their setup functions, and __lookup_processor_type in place so that we
can find and initialize secondary CPUs.  Move these into the __CPUINIT
section.

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

No differences found