git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0da5be
)
KVM: VMX: cleanup vmx_set_cr0().
author
Gleb Natapov
<gleb@redhat.com>
Mon, 4 Feb 2013 14:00:28 +0000
(16:00 +0200)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Thu, 7 Feb 2013 00:00:02 +0000
(22:00 -0200)
When calculating hw_cr0 teh current code masks bits that should be always
on and re-adds them back immediately after. Cleanup the code by masking
only those bits that should be dropped from hw_cr0. This allow us to
get rid of some defines.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found