KVM: MMU: do not mark accessed bit on pte write path
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Thu, 22 Sep 2011 08:55:36 +0000 (16:55 +0800)
committerAvi Kivity <avi@redhat.com>
Tue, 27 Dec 2011 09:16:53 +0000 (11:16 +0200)
In current code, the accessed bit is always set when page fault occurred,
do not need to set it on pte write path

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found