From: Russell King Date: Wed, 31 Jul 2013 10:37:17 +0000 (+0100) Subject: ARM: Add .text annotations where required after __CPUINIT removal X-Git-Tag: v3.11-rc4~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2449189bb7c73b5fe55a18bc0d289e39bdcd4998;p=pandora-kernel.git ARM: Add .text annotations where required after __CPUINIT removal Commit 8bd26e3a7 (arm: delete __cpuinit/__CPUINIT usage from all ARM users) caused some code to leak into sections which are discarded through the removal of __CPUINIT annotations. Add appropriate .text annotations to bring these back into the kernel text. Signed-off-by: Russell King --- Reading git-diff-tree failed