Searched hist:"8 d9f49136770e8a49c4efd5a4a5b23f75fefaaea" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/kernel/ |
H A D | Makefile | diff 8d9f49136770e8a49c4efd5a4a5b23f75fefaaea Fri Feb 19 11:04:45 CET 2016 Jean-Philippe Brucker <jean-philippe.brucker@arm.com> ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUs
ARMv6 CPUs do not have virtualisation extensions, but hyp-stub.S is still included into the image to keep it generic. In order to use ARMv7 instructions during HYP initialisation, add -march=armv7-a flag to hyp-stub's build.
On an ARMv6 CPU, __hyp_stub_install returns as soon as it detects that the mode isn't HYP, so we will never reach those instructions.
Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
/linux/arch/arm/boot/compressed/ |
H A D | Makefile | diff 8d9f49136770e8a49c4efd5a4a5b23f75fefaaea Fri Feb 19 11:04:45 CET 2016 Jean-Philippe Brucker <jean-philippe.brucker@arm.com> ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUs
ARMv6 CPUs do not have virtualisation extensions, but hyp-stub.S is still included into the image to keep it generic. In order to use ARMv7 instructions during HYP initialisation, add -march=armv7-a flag to hyp-stub's build.
On an ARMv6 CPU, __hyp_stub_install returns as soon as it detects that the mode isn't HYP, so we will never reach those instructions.
Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|