]> 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)
commit6b924dc5785c73e1494d664225020e14f584aa40
treeb08b351d40c3bce213de0fc56b1b73637b8683c4
parent732a3e2e950d0760d5e99a77fd3290312b031f40
ARM: Add .text annotations where required after __CPUINIT removal

Commit 01c312e66 (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