KVM: MMU: Fold fix_write_pf() into set_pte_common()
authorAvi Kivity <avi@qumranet.com>
Thu, 31 May 2007 12:08:29 +0000 (15:08 +0300)
committerAvi Kivity <avi@qumranet.com>
Mon, 16 Jul 2007 09:05:43 +0000 (12:05 +0300)
This prevents some work from being performed twice, and, more importantly,
reduces the number of places where we modify shadow ptes.

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

No differences found