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)
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>

No differences found