We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74aa02 commit ba61c3dCopy full SHA for ba61c3d
drivers/iommu/intel-iommu.c
@@ -371,11 +371,11 @@ int dmar_disabled = 0;
371
int dmar_disabled = 1;
372
#endif /* CONFIG_INTEL_IOMMU_DEFAULT_ON */
373
374
-#ifdef INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON
+#ifdef CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON
375
int intel_iommu_sm = 1;
376
#else
377
int intel_iommu_sm;
378
-#endif /* INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON */
+#endif /* CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON */
379
380
int intel_iommu_enabled = 0;
381
EXPORT_SYMBOL_GPL(intel_iommu_enabled);
0 commit comments