diff options
author | Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> | 2014-05-29 15:12:22 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-05-29 15:38:21 -0400 |
commit | 356d4c2040539a6c7ff75723b9503bb8ddc9cb07 (patch) | |
tree | 45b2876a47125f4bdbce810e985db60a526bdd55 /arch/mips | |
parent | d6d7a95c1bdba370e2249efdecfab712c10cfc9b (diff) |
MIPS: KVM: remove the stale memory alias support function unalias_gfn
The memory alias support has been removed since a1f4d39500 (KVM: Remove
memory alias support). So remove unalias_gfn from the MIPS port.
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kvm/kvm_mips.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/kvm/kvm_mips.c b/arch/mips/kvm/kvm_mips.c index da5186fbd77a..a0d1e7105c4e 100644 --- a/arch/mips/kvm/kvm_mips.c +++ b/arch/mips/kvm/kvm_mips.c | |||
@@ -61,11 +61,6 @@ static int kvm_mips_reset_vcpu(struct kvm_vcpu *vcpu) | |||
61 | return 0; | 61 | return 0; |
62 | } | 62 | } |
63 | 63 | ||
64 | gfn_t unalias_gfn(struct kvm *kvm, gfn_t gfn) | ||
65 | { | ||
66 | return gfn; | ||
67 | } | ||
68 | |||
69 | /* XXXKYMA: We are simulatoring a processor that has the WII bit set in Config7, so we | 64 | /* XXXKYMA: We are simulatoring a processor that has the WII bit set in Config7, so we |
70 | * are "runnable" if interrupts are pending | 65 | * are "runnable" if interrupts are pending |
71 | */ | 66 | */ |