[PATCH 07/32] arm: delete __cpuinit/__CPUINIT usage from all ARM users

Russell King - ARM Linux linux at arm.linux.org.uk
Tue Jul 2 04:58:19 EDT 2013


On Tue, Jul 02, 2013 at 04:52:00PM +0800, Joseph Lo wrote:
> I just tested this series on Tegra platform. It looks broken CPU hotplug
> function for Tegra at least. The CPU can't plug-in after unplugging. And
> the system resume function also not working when "enable_nonboot_cpus".
> 
> Both of the issue cause system hang up. Are we missing something for
> __cpuinit removal work?

Check that any assembly code you're using where the __CPUINIT* marker has
been removed is not preceded by an __INIT or similar.   This code needs
to end up in the normal .text, .data or .bss sections now.



More information about the linux-arm-kernel mailing list