]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8704/1: semihosting: use proper instruction on v7m processors
authorNicolas Pitre <nicolas.pitre@linaro.org>
Fri, 6 Oct 2017 18:39:57 +0000 (19:39 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Thu, 12 Oct 2017 10:28:29 +0000 (11:28 +0100)
commit83c8f6e26e09c4c11be70e6bef256f36a1e89f40
tree0f2d994489012bf0d0de415fa1895be32b808d39
parent2e2c576ac8cc2bf4254a4e26e1b08e7c34980624
ARM: 8704/1: semihosting: use proper instruction on v7m processors

The svc instruction doesn't exist on v7m processors. Semihosting ops are
invoked with the bkpt instruction instead.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/boot/compressed/debug.S
arch/arm/kernel/debug.S