diff --git a/arch/x86/virt/svm/sev.c b/arch/x86/virt/svm/sev.c index f404c609582c..5e07f103c271 100644 --- a/arch/x86/virt/svm/sev.c +++ b/arch/x86/virt/svm/sev.c @@ -524,9 +524,6 @@ int __init snp_rmptable_init(void) memset(desc->rmp_entry, 0, desc->size); } - /* Flush the caches to ensure that data is written before SNP is enabled. */ - wbinvd_on_all_cpus(); - /* MtrrFixDramModEn must be enabled on all the CPUs prior to enabling SNP. */ on_each_cpu(mfd_enable, NULL, 1);