KVM: MMU: Merge set_pte() and set_pte_common()
authorAvi Kivity <avi@qumranet.com>
Wed, 21 Nov 2007 12:16:30 +0000 (14:16 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:11 +0000 (17:53 +0200)
Since set_pte() is now the only caller of set_pte_common(), merge the two
functions.

Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/paging_tmpl.h

Simple merge