Skip to content

Commit

Permalink
MIPS: KVM: remove the stale memory alias support function unalias_gfn
Browse files Browse the repository at this point in the history
The memory alias support has been removed since a1f4d39 (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>
  • Loading branch information
Deng-Cheng Zhu authored and Paolo Bonzini committed May 29, 2014
1 parent d6d7a95 commit 356d4c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/mips/kvm/kvm_mips.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ static int kvm_mips_reset_vcpu(struct kvm_vcpu *vcpu)
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
* are "runnable" if interrupts are pending
*/
Expand Down

0 comments on commit 356d4c2

Please sign in to comment.