]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: shmobile: Move shmobile_scu_base from .text to .bss
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 28 Jan 2016 15:04:21 +0000 (16:04 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 17 Feb 2016 09:24:13 +0000 (18:24 +0900)
commitd2613f56ce0287211d70a86443a143cae1887911
tree3e9549682b0095dbb1b7ccfc7a8224a44f9a793d
parent92e963f50fc74041b5e9e744c330dca48e04f08d
ARM: shmobile: Move shmobile_scu_base from .text to .bss

shmobile_scu_base is being written to, so it doesn't belong in the .text
section. Fix this by moving it from asm .text to C .bss, as it's no
longer used from asm code since commit 4f6da36f7edd5790 ("ARM: shmobile:
Remove old SCU boot code").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/headsmp-scu.S
arch/arm/mach-shmobile/platsmp-scu.c