commit | 5085f3ff458521045f7e43da62b8c30ea7df2e82 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Oct 01 15:37:05 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Oct 08 10:07:32 2010 +0100 |
tree | 3820362ac7e1a52ba398909fa1bd024ba4fc552d | |
parent | 37b05b63754e995b8cb76f4fbe7ed7219b3ca896 [diff] |
ARM: hotplug cpu: Keep processor information, startup code & __lookup_processor_type 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>