]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/vt-d: Print pasid table entries MSB to LSB in debugfs
authorSai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
Mon, 22 Jul 2019 00:22:07 +0000 (17:22 -0700)
committerJoerg Roedel <jroedel@suse.de>
Mon, 22 Jul 2019 15:52:57 +0000 (17:52 +0200)
commit8cdc8af145115dc068e545b96bc473dab83ee7ca
treed78e5f2c5d50429348c0bbb9e92cf2f8f6612039
parent00c9e16586c0e36f4dccaba41f458646ee83d44a
iommu/vt-d: Print pasid table entries MSB to LSB in debugfs

Commit e67688dcb725 ("iommu/vt-d: Add debugfs support to show scalable mode
DMAR table internals") prints content of pasid table entries from LSB to
MSB where as other entries are printed MSB to LSB. So, to maintain
uniformity among all entries and to not confuse the user, print MSB first.

Cc: Joerg Roedel <joro@8bytes.org>
Cc: Lu Baolu <baolu.lu@linux.intel.com>
Cc: Sohil Mehta <sohil.mehta@intel.com>
Cc: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
Fixes: e67688dcb725 ("iommu/vt-d: Add debugfs support to show scalable mode DMAR table internals")
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel-iommu-debugfs.c