diff options
author | Hollis Blanchard <hollisb@us.ibm.com> | 2009-01-03 17:23:04 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-03-24 05:02:57 -0400 |
commit | f44353610b584fcbc31e363f35594796c6446d63 (patch) | |
tree | c69d6630a79618003ead765241ac51757f2cdbc7 /arch/powerpc/kvm | |
parent | fa86b8dda2e0faccefbeda61edc02a50bd588f4f (diff) |
KVM: ppc: remove last 44x-specific bits from booke.c
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm')
-rw-r--r-- | arch/powerpc/kvm/booke.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/kvm/booke.c b/arch/powerpc/kvm/booke.c index 1e692ac16e99..a73b3959e41c 100644 --- a/arch/powerpc/kvm/booke.c +++ b/arch/powerpc/kvm/booke.c | |||
@@ -30,10 +30,8 @@ | |||
30 | #include <asm/kvm_ppc.h> | 30 | #include <asm/kvm_ppc.h> |
31 | #include "timing.h" | 31 | #include "timing.h" |
32 | #include <asm/cacheflush.h> | 32 | #include <asm/cacheflush.h> |
33 | #include <asm/kvm_44x.h> | ||
34 | 33 | ||
35 | #include "booke.h" | 34 | #include "booke.h" |
36 | #include "44x_tlb.h" | ||
37 | 35 | ||
38 | unsigned long kvmppc_booke_handlers; | 36 | unsigned long kvmppc_booke_handlers; |
39 | 37 | ||
@@ -284,7 +282,6 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu, | |||
284 | r = RESUME_GUEST; | 282 | r = RESUME_GUEST; |
285 | break; | 283 | break; |
286 | 284 | ||
287 | /* XXX move to a 440-specific file. */ | ||
288 | case BOOKE_INTERRUPT_DTLB_MISS: { | 285 | case BOOKE_INTERRUPT_DTLB_MISS: { |
289 | unsigned long eaddr = vcpu->arch.fault_dear; | 286 | unsigned long eaddr = vcpu->arch.fault_dear; |
290 | int gtlb_index; | 287 | int gtlb_index; |
@@ -327,7 +324,6 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu, | |||
327 | break; | 324 | break; |
328 | } | 325 | } |
329 | 326 | ||
330 | /* XXX move to a 440-specific file. */ | ||
331 | case BOOKE_INTERRUPT_ITLB_MISS: { | 327 | case BOOKE_INTERRUPT_ITLB_MISS: { |
332 | unsigned long eaddr = vcpu->arch.pc; | 328 | unsigned long eaddr = vcpu->arch.pc; |
333 | gpa_t gpaddr; | 329 | gpa_t gpaddr; |