KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()
authorAvi Kivity <avi@qumranet.com>
Tue, 1 May 2007 11:16:52 +0000 (14:16 +0300)
committerAvi Kivity <avi@qumranet.com>
Mon, 16 Jul 2007 09:05:38 +0000 (12:05 +0300)
Instead of calling two functions and repeating expensive checks, call one
function and provide it with before/after information.

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

No differences found