KVM: MMU: remove the redundant get_written_sptes
authorXiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Fri, 16 Dec 2011 10:18:10 +0000 (18:18 +0800)
committerAvi Kivity <avi@redhat.com>
Mon, 5 Mar 2012 12:52:18 +0000 (14:52 +0200)
get_written_sptes is called twice in kvm_mmu_pte_write, one of them can be
removed

Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found