Revision 1da8347d8505c137fb07ff06bbcd3f2bf37409bc authored by Megha Dey on 14 March 2020, 03:39:59 UTC, committed by Joerg Roedel on 14 March 2020, 19:02:43 UTC
Currently, the intel iommu debugfs directory(/sys/kernel/debug/iommu/intel)
gets populated only when DMA remapping is enabled (dmar_disabled = 0)
irrespective of whether interrupt remapping is enabled or not.

Instead, populate the intel iommu debugfs directory if any IOMMUs are
detected.

Cc: Dan Carpenter <dan.carpenter@oracle.com>
Fixes: ee2636b8670b1 ("iommu/vt-d: Enable base Intel IOMMU debugfs support")
Signed-off-by: Megha Dey <megha.dey@linux.intel.com>
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent 730ad0e
History
File Mode Size
Kconfig -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 287 bytes
acl.c -rw-r--r-- 8.0 KB
acl.h -rw-r--r-- 1.7 KB
cache.c -rw-r--r-- 8.1 KB
cache.h -rw-r--r-- 3.8 KB
fid.c -rw-r--r-- 6.2 KB
fid.h -rw-r--r-- 744 bytes
v9fs.c -rw-r--r-- 16.2 KB
v9fs.h -rw-r--r-- 6.8 KB
v9fs_vfs.h -rw-r--r-- 3.5 KB
vfs_addr.c -rw-r--r-- 7.6 KB
vfs_dentry.c -rw-r--r-- 2.5 KB
vfs_dir.c -rw-r--r-- 4.8 KB
vfs_file.c -rw-r--r-- 16.6 KB
vfs_inode.c -rw-r--r-- 33.3 KB
vfs_inode_dotl.c -rw-r--r-- 23.9 KB
vfs_super.c -rw-r--r-- 8.0 KB
xattr.c -rw-r--r-- 5.1 KB
xattr.h -rw-r--r-- 1.2 KB

back to top