diff options
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/kvm/handle_exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kvm/handle_exit.c b/arch/arm64/kvm/handle_exit.c index 8da56067c304..42a0f1bddfe7 100644 --- a/arch/arm64/kvm/handle_exit.c +++ b/arch/arm64/kvm/handle_exit.c | |||
@@ -90,7 +90,7 @@ static exit_handle_fn kvm_get_exit_handler(struct kvm_vcpu *vcpu) | |||
90 | 90 | ||
91 | if (hsr_ec >= ARRAY_SIZE(arm_exit_handlers) || | 91 | if (hsr_ec >= ARRAY_SIZE(arm_exit_handlers) || |
92 | !arm_exit_handlers[hsr_ec]) { | 92 | !arm_exit_handlers[hsr_ec]) { |
93 | kvm_err("Unkown exception class: hsr: %#08x\n", | 93 | kvm_err("Unknown exception class: hsr: %#08x\n", |
94 | (unsigned int)kvm_vcpu_get_hsr(vcpu)); | 94 | (unsigned int)kvm_vcpu_get_hsr(vcpu)); |
95 | BUG(); | 95 | BUG(); |
96 | } | 96 | } |