Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/kernel/linux-rpi.git] / arch / x86 / kernel / cpu / mshyperv.c
index 16dad62..8316139 100644 (file)
@@ -337,14 +337,6 @@ static void __init ms_hyperv_init_platform(void)
                        swiotlb_unencrypted_base = ms_hyperv.shared_gpa_boundary;
 #endif
                }
-
-#ifdef CONFIG_SWIOTLB
-               /*
-                * Enable swiotlb force mode in Isolation VM to
-                * use swiotlb bounce buffer for dma transaction.
-                */
-               swiotlb_force = SWIOTLB_FORCE;
-#endif
                /* Isolation VMs are unenlightened SEV-based VMs, thus this check: */
                if (IS_ENABLED(CONFIG_AMD_MEM_ENCRYPT)) {
                        if (hv_get_isolation_type() != HV_ISOLATION_TYPE_NONE)