Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373155
b: refs/heads/master
c: df75921
h: refs/heads/master
i:
  373153: fb4ef74
  373151: 900cc56
v: v3
  • Loading branch information
Christoffer Dall committed Apr 29, 2013
1 parent 2f6e888 commit 34bd652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d21a1c83c7595e387545632e44cd7797b76e19cc
refs/heads/master: df759217386fcff9c5e45547d1578270fd592a1b
2 changes: 1 addition & 1 deletion trunk/arch/arm/kvm/handle_exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static exit_handle_fn kvm_get_exit_handler(struct kvm_vcpu *vcpu)

if (hsr_ec >= ARRAY_SIZE(arm_exit_handlers) ||
!arm_exit_handlers[hsr_ec]) {
kvm_err("Unkown exception class: hsr: %#08x\n",
kvm_err("Unknown exception class: hsr: %#08x\n",
(unsigned int)kvm_vcpu_get_hsr(vcpu));
BUG();
}
Expand Down

0 comments on commit 34bd652

Please sign in to comment.