commit | 0bdec95ce52d2705787f813e82c1ff2f1b29af17 | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Wed Oct 28 15:14:09 2015 +0900 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Wed Oct 28 15:14:09 2015 +0900 |
tree | 01cc0dd88369b5c658a406c7f5f7597cd1712d14 | |
parent | da4689c0263ee5f4eee64e166a6bee6a68b9242e [diff] |
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>