projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
311b5b3
)
ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORT
author
Marc Zyngier
<marc.zyngier@arm.com>
Tue, 5 Jan 2016 18:58:28 +0000
(18:58 +0000)
committer
Marc Zyngier
<marc.zyngier@arm.com>
Mon, 29 Feb 2016 18:34:15 +0000
(18:34 +0000)
These are now handled as a panic, so there is little point in
keeping them around.
Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/kvm/handle_exit.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/kvm/handle_exit.c
b/arch/arm/kvm/handle_exit.c
index 5377d7539a40e57c318c1b70e5b7ff0ddee2e3e2..3f1ef0dbc899182cae378773064c67e2e2289eb3 100644
(file)
--- a/
arch/arm/kvm/handle_exit.c
+++ b/
arch/arm/kvm/handle_exit.c
@@
-147,8
+147,6
@@
int handle_exit(struct kvm_vcpu *vcpu, struct kvm_run *run,
switch (exception_index) {
case ARM_EXCEPTION_IRQ:
return 1;
- case ARM_EXCEPTION_DATA_ABORT:
- case ARM_EXCEPTION_PREF_ABORT:
case ARM_EXCEPTION_HVC:
/*
* See ARM ARM B1.14.1: "Hyp traps on instructions