KVM: MMU: return bool in __rmap_write_protect
authorXiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Wed, 20 Jun 2012 07:56:53 +0000 (15:56 +0800)
committerAvi Kivity <avi@redhat.com>
Wed, 11 Jul 2012 13:51:13 +0000 (16:51 +0300)
commit2f84569f978cd7d54970d893b4c4e68ef24dc1ec
treecd14dfd05c6196207024ae066ba4b6de86f6daab
parenta27685c33acccce91268ddef88d7896e3205fda5
KVM: MMU: return bool in __rmap_write_protect

The reture value of __rmap_write_protect is either 1 or 0, use
true/false instead of these

Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/mmu.c