commit | 836a1b3c3456042704c86aaa3d837b976de9343b | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu Jan 21 15:31:49 2010 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Mar 01 12:36:04 2010 -0300 |
tree | cf40744cf19a2e0bc407913ac86d53081116b022 | |
parent | 3eeb3288bcbf64da90afc26389b8844df7c34912 [diff] [blame] |
KVM: Move cr0/cr4/efer related helpers to x86.h They have more general scope than the mmu. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index ff2b2e8..6f7158f 100644 --- a/arch/x86/kvm/mmu.c +++ b/arch/x86/kvm/mmu.c
@@ -18,6 +18,7 @@ */ #include "mmu.h" +#include "x86.h" #include "kvm_cache_regs.h" #include <linux/kvm_host.h>