On Thu, Feb 04, 2016 at 11:00:44AM +0000, Marc Zyngier wrote: > These are now handled as a panic, so there is little point in > keeping them around. > > Signed-off-by: Marc Zyngier <marc.zyngier@xxxxxxx> > --- > arch/arm/kvm/handle_exit.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/kvm/handle_exit.c b/arch/arm/kvm/handle_exit.c > index 5377d753..3f1ef0d 100644 > --- 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 > -- > 2.1.4 > Acked-by: Christoffer Dall <christoffer.dall@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html