commit | c5421519f30bd5ed77857a78de6dc8414385e602 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Sep 19 19:33:48 2012 +0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 20 13:00:10 2012 +0300 |
tree | 313fee0269d75f0dd5146762dd32c78b8ced4f75 | |
parent | b514c30f7729b66af481fde3c1225e832e339d5b [diff] |
KVM: MMU: Eliminate pointless temporary 'ac' 'ac' essentially reconstructs the 'access' variable we already have, except for the PFERR_PRESENT_MASK and PFERR_RSVD_MASK. As these are not used by callees, just use 'access' directly. Reviewed-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>