KVM: x86: fix initial PAT value
[deliverable/linux.git] / arch / x86 / kvm / x86.h
index f5fef18680964164263c5fb111bf55e68bd3655c..01a1d011e073a8bb60c8226ea4138af2626b4e7f 100644 (file)
@@ -4,6 +4,8 @@
 #include <linux/kvm_host.h>
 #include "kvm_cache_regs.h"
 
+#define MSR_IA32_CR_PAT_DEFAULT  0x0007040600070406ULL
+
 static inline void kvm_clear_exception_queue(struct kvm_vcpu *vcpu)
 {
        vcpu->arch.exception.pending = false;
This page took 0.036622 seconds and 5 git commands to generate.