kernel: vfio: remove unneeded enable_unsafe_noiommu_mode parameter
authorMathew McBride <matt@traverse.com.au>
Fri, 25 Aug 2023 06:00:40 +0000 (06:00 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 29 Aug 2023 21:41:04 +0000 (23:41 +0200)
commit7ad8612a23add071608815e3c78a477c4fbad0d3
tree6d6df769b7458381be6e652025ead6ea386b2718
parent5d039f0b167807409a5708310be050421bef4b09
kernel: vfio: remove unneeded enable_unsafe_noiommu_mode parameter

The vfio module only exposes the enable_unsafe_noiommu_mode parameter
if CONFIG_VFIO_NOIOMMU is enabled. When it isn't, the module
will complain about an unknown parameter:

vfio: unknown parameter 'enable_unsafe_noiommu_mode' ignored

As CONFIG_VFIO_NOIOMMU is disabled by the module package,
we can remove the module loading parameter.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
package/kernel/linux/modules/virt.mk