KVM: MMU: Move set_pte() into guest paging mode independent code
authorAvi Kivity <avi@qumranet.com>
Sun, 9 Dec 2007 15:40:31 +0000 (17:40 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:21 +0000 (17:53 +0200)
As set_pte() no longer references either a gpte or the guest walker, we can
move it out of paging mode dependent code (which compiles twice and is
generally nasty).

Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found