KVM: MMU: remove valueless output message
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Tue, 27 Jul 2010 03:21:18 +0000 (11:21 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:02 +0000 (10:50 +0200)
After commit 53383eaad08d, the '*spte' has updated before call
rmap_remove()(in most case it's 'shadow_trap_nonpresent_pte'), so
remove this information from error message

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found