diff options
author | Liu Yu <yu.liu@freescale.com> | 2009-01-14 11:47:37 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-03-24 05:03:05 -0400 |
commit | fb2838d446f6ee7e13e4149e08ec138753c5c450 (patch) | |
tree | ae7e5d59cbcfe2b7f9651e78e4066c8d6ecb8b67 /arch/powerpc/kvm/e500_emulate.c | |
parent | 87c656b4147cd08c6efba95d8d70c12cba181255 (diff) |
KVM: ppc: Fix e500 warnings and some spelling problems
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm/e500_emulate.c')
-rw-r--r-- | arch/powerpc/kvm/e500_emulate.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kvm/e500_emulate.c b/arch/powerpc/kvm/e500_emulate.c index d3c0c7c7f209..7a98d4a4c1ed 100644 --- a/arch/powerpc/kvm/e500_emulate.c +++ b/arch/powerpc/kvm/e500_emulate.c | |||
@@ -30,8 +30,6 @@ int kvmppc_core_emulate_op(struct kvm_run *run, struct kvm_vcpu *vcpu, | |||
30 | int emulated = EMULATE_DONE; | 30 | int emulated = EMULATE_DONE; |
31 | int ra; | 31 | int ra; |
32 | int rb; | 32 | int rb; |
33 | int rs; | ||
34 | int rt; | ||
35 | 33 | ||
36 | switch (get_op(inst)) { | 34 | switch (get_op(inst)) { |
37 | case 31: | 35 | case 31: |