diff options
Diffstat (limited to 'arch/powerpc/kvm/booke_interrupts.S')
-rw-r--r-- | arch/powerpc/kvm/booke_interrupts.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/kvm/booke_interrupts.S b/arch/powerpc/kvm/booke_interrupts.S index 2c6deb5ef2fe..84c308a9a371 100644 --- a/arch/powerpc/kvm/booke_interrupts.S +++ b/arch/powerpc/kvm/booke_interrupts.S | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <asm/ppc_asm.h> | 21 | #include <asm/ppc_asm.h> |
22 | #include <asm/kvm_asm.h> | 22 | #include <asm/kvm_asm.h> |
23 | #include <asm/reg.h> | 23 | #include <asm/reg.h> |
24 | #include <asm/mmu-44x.h> | ||
25 | #include <asm/page.h> | 24 | #include <asm/page.h> |
26 | #include <asm/asm-offsets.h> | 25 | #include <asm/asm-offsets.h> |
27 | 26 | ||
@@ -424,10 +423,6 @@ lightweight_exit: | |||
424 | mtspr SPRN_PID1, r3 | 423 | mtspr SPRN_PID1, r3 |
425 | #endif | 424 | #endif |
426 | 425 | ||
427 | #ifdef CONFIG_44x | ||
428 | iccci 0, 0 /* XXX hack */ | ||
429 | #endif | ||
430 | |||
431 | /* Load some guest volatiles. */ | 426 | /* Load some guest volatiles. */ |
432 | lwz r0, VCPU_GPR(R0)(r4) | 427 | lwz r0, VCPU_GPR(R0)(r4) |
433 | lwz r2, VCPU_GPR(R2)(r4) | 428 | lwz r2, VCPU_GPR(R2)(r4) |