]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: Add .text annotations where required after __CPUINIT removal
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 31 Jul 2013 10:37:17 +0000 (11:37 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 1 Aug 2013 13:41:40 +0000 (14:41 +0100)
commitc3351ddc1f3f52cfde3cbb4e159e11c74abfc599
treeb08b351d40c3bce213de0fc56b1b73637b8683c4
parentf7e62fb18a70b2a3064925c9dccdf3b9c24d67b8
ARM: Add .text annotations where required after __CPUINIT removal

Commit b9d135a8e (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 <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/head-nommu.S
arch/arm/kernel/head.S