diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index d77189c351..6db67e60a6 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -1739,8 +1739,6 @@ static bool msr_mtrr_valid(unsigned msr) case MSR_MTRRdefType: case MSR_IA32_CR_PAT: return true; - case 0x2f8: - return true; } return false; }