commit | 2f84569f978cd7d54970d893b4c4e68ef24dc1ec | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> | Wed Jun 20 15:56:53 2012 +0800 |
committer | Avi Kivity <avi@redhat.com> | Wed Jul 11 16:51:13 2012 +0300 |
tree | cd14dfd05c6196207024ae066ba4b6de86f6daab | |
parent | a27685c33acccce91268ddef88d7896e3205fda5 [diff] |
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>