]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iommu/vt-d: Fix rwxp flags in SVM device fault callback
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 28 Oct 2015 06:14:09 +0000 (15:14 +0900)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 28 Oct 2015 06:14:09 +0000 (15:14 +0900)
commit0bdec95ce52d2705787f813e82c1ff2f1b29af17
tree01cc0dd88369b5c658a406c7f5f7597cd1712d14
parentda4689c0263ee5f4eee64e166a6bee6a68b9242e
iommu/vt-d: Fix rwxp flags in SVM device fault callback

This is the downside of using bitfields in the struct definition, rather
than doing all the explicit masking and shifting.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/iommu/intel-svm.c