aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap-smp.c
diff options
context:
space:
mode:
authorStefan Agner <[email protected]>2020-03-29 22:33:14 +0200
committerTony Lindgren <[email protected]>2020-04-21 09:41:53 -0700
commitd85d5247885ef2e8192287b895c2e381fa931b0b (patch)
tree5518a1afc06baf0944bc4d0e3084e4328466dbd2 /arch/arm/mach-omap2/omap-smp.c
parent8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff)
ARM: OMAP2+: drop unnecessary adrl
The adrl instruction has been introduced with commit dd31394779aa ("ARM: omap3: Thumb-2 compatibility for sleep34xx.S"), back when this assembly file was considerably longer. Today adr seems to have enough reach, even when inserting about 60 instructions between the use site and the label. Replace adrl with conventional adr instruction. This allows to build this file using Clang's integrated assembler (which does not support the adrl pseudo instruction). Link: https://github.com/ClangBuiltLinux/linux/issues/430 Signed-off-by: Stefan Agner <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'arch/arm/mach-omap2/omap-smp.c')
0 files changed, 0 insertions, 0 deletions