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>
This commit is contained in:
parent
d6d7a95c1b
commit
356d4c2040
1 changed files with 0 additions and 5 deletions
|
@ -61,11 +61,6 @@ static int kvm_mips_reset_vcpu(struct kvm_vcpu *vcpu)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
gfn_t unalias_gfn(struct kvm *kvm, gfn_t gfn)
|
|
||||||
{
|
|
||||||
return gfn;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* XXXKYMA: We are simulatoring a processor that has the WII bit set in Config7, so we
|
/* XXXKYMA: We are simulatoring a processor that has the WII bit set in Config7, so we
|
||||||
* are "runnable" if interrupts are pending
|
* are "runnable" if interrupts are pending
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue