diff options
author | Avi Kivity <avi@redhat.com> | 2009-12-08 12:14:42 +0200 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2010-03-01 12:35:40 -0300 |
commit | bc23008b610dda1b0e69cd473b31c1391d6873f2 (patch) | |
tree | fe6619ed00237fdeb600fe14a44d5147e5910756 /net/appletalk/atalk_proc.c | |
parent | ce03e4f21a33b97c5d20ce597f64c361bb247904 (diff) | |
download | blackbird-op-linux-bc23008b610dda1b0e69cd473b31c1391d6873f2.tar.gz blackbird-op-linux-bc23008b610dda1b0e69cd473b31c1391d6873f2.zip |
KVM: VMX: Fold ept_update_paging_mode_cr4() into its caller
ept_update_paging_mode_cr4() accesses vcpu->arch.cr4 directly, which usually
needs to be accessed via kvm_read_cr4(). In this case, we can't, since cr4
is in the process of being updated. Instead of adding inane comments, fold
the function into its caller (vmx_set_cr4), so it can use the not-yet-committed
cr4 directly.
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'net/appletalk/atalk_proc.c')
0 files changed, 0 insertions, 0 deletions