summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/head.S
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2015-04-21 13:16:05 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2015-05-08 16:33:47 (GMT)
commit5890298a834c04aaa9b5fb576e5f2b77e79ab38d (patch)
tree901a5c333782769f7f29e2f0842d9cd3cea84045 /arch/arm/kernel/head.S
parentb787f68c36d49bb1d9236f403813641efa74a031 (diff)
downloadlinux-5890298a834c04aaa9b5fb576e5f2b77e79ab38d.tar.xz
ARM: kvm: fix a bad BSYM() usage
BSYM() should only be used when refering to local symbols in the same assembly file which are resolved by the assembler, and not for linker-fixed up symbols. The use of BSYM() with panic is incorrect as the linker is involved in fixing up this relocation, and it knows whether panic() is ARM or Thumb. Acked-by: Nicolas Pitre <nico@linaro.org> Acked-by: Dave Martin <Dave.Martin@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/head.S')
0 files changed, 0 insertions, 0 deletions