Unverified Commit 6b915ed3 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!1297 iommu/iova: move IOVA_MAX_GLOBAL_MAGS outside of IOMMU_SUPPORT

parents 0011ada0 b86a6767
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -437,6 +437,9 @@ config SMMU_BYPASS_DEV

	  This feature will be replaced by ACPI IORT RMR node, which will be
	  upstreamed in mainline.

endif # IOMMU_SUPPORT

config IOVA_MAX_GLOBAL_MAGS
	int "Set the max iova global magzines in iova rcache"
	range 16 2048
@@ -446,6 +449,3 @@ config IOVA_MAX_GLOBAL_MAGS
	  it can be a bottle neck when lots of cpus are contending to use it.
	  If you are suffering from the speed of allocing iova with more than
	  128 cpus, try to tune this config larger.


endif # IOMMU_SUPPORT