commit | 253dcbd39adb00890f3c350230ae310fcfeeb760 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Nov 17 14:07:45 2015 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Feb 29 18:34:18 2016 +0000 |
tree | 58863536a7c23df4df654d5fcf11d14656dec8a4 | |
parent | 77cb2d91333312d7426055d4369f3821e5e8bda0 [diff] |
arm64: KVM: VHE: Add alternative panic handling As the kernel fully runs in HYP when VHE is enabled, we can directly branch to the kernel's panic() implementation, and not perform an exception return. Add the alternative code to deal with this. Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>