mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-10 14:57:15 +01:00
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>
(cherry picked from commit 7ad8612a23)
This commit is contained in:
parent
c90005c58a
commit
c79854e9fc
1 changed files with 0 additions and 2 deletions
|
|
@ -82,8 +82,6 @@ define KernelPackage/vfio
|
|||
CONFIG_VFIO \
|
||||
CONFIG_VFIO_NOIOMMU=n \
|
||||
CONFIG_VFIO_MDEV=n
|
||||
MODPARAMS.vfio:=\
|
||||
enable_unsafe_noiommu_mode=n
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/vfio/vfio.ko \
|
||||
$(LINUX_DIR)/drivers/vfio/vfio_virqfd.ko \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue