ARM: hotplug cpu: move __error and __error_p to cpuinit section
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 4 Oct 2010 16:39:20 +0000 (17:39 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 8 Oct 2010 09:07:33 +0000 (10:07 +0100)
__error and __error_p may be used by secondary CPUs, so these
need to be in the cpuinit section.

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

No differences found