aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mtrr.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/mtrr.c')
-rw-r--r--arch/x86/kvm/mtrr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kvm/mtrr.c b/arch/x86/kvm/mtrr.c
index 3f8c732117ec..c146f3c262c3 100644
--- a/arch/x86/kvm/mtrr.c
+++ b/arch/x86/kvm/mtrr.c
@@ -44,8 +44,6 @@ static bool msr_mtrr_valid(unsigned msr)
44 case MSR_MTRRdefType: 44 case MSR_MTRRdefType:
45 case MSR_IA32_CR_PAT: 45 case MSR_IA32_CR_PAT:
46 return true; 46 return true;
47 case 0x2f8:
48 return true;
49 } 47 }
50 return false; 48 return false;
51} 49}