diff options
-rw-r--r-- | arch/x86/kernel/tboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/tboot.c b/arch/x86/kernel/tboot.c index 4b1724059909..a4eb27918ceb 100644 --- a/arch/x86/kernel/tboot.c +++ b/arch/x86/kernel/tboot.c | |||
@@ -514,7 +514,7 @@ int tboot_force_iommu(void) | |||
514 | if (!tboot_enabled()) | 514 | if (!tboot_enabled()) |
515 | return 0; | 515 | return 0; |
516 | 516 | ||
517 | if (!intel_iommu_tboot_noforce) | 517 | if (intel_iommu_tboot_noforce) |
518 | return 1; | 518 | return 1; |
519 | 519 | ||
520 | if (no_iommu || swiotlb || dmar_disabled) | 520 | if (no_iommu || swiotlb || dmar_disabled) |