diff options
author | Suresh Siddha <suresh.b.siddha@intel.com> | 2009-10-02 11:01:21 -0700 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-10-05 07:55:22 +0100 |
commit | ee34b32d8c2950f66038c8975747ef9aec855289 (patch) | |
tree | 572eef281a2b41b3e5ca5d6889752f5e7736526b /include/linux/intel-iommu.h | |
parent | e0fc7e0b4b5e69616f10a894ab9afff3c64be74e (diff) | |
download | kernel_goldelico_gta04-ee34b32d8c2950f66038c8975747ef9aec855289.zip kernel_goldelico_gta04-ee34b32d8c2950f66038c8975747ef9aec855289.tar.gz kernel_goldelico_gta04-ee34b32d8c2950f66038c8975747ef9aec855289.tar.bz2 |
dmar: support for parsing Remapping Hardware Static Affinity structure
Add support for parsing Remapping Hardware Static Affinity (RHSA) structure.
This enables identifying the association between remapping hardware units and
the corresponding proximity domain. This enables to allocate transalation
structures closer to the remapping hardware unit.
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include/linux/intel-iommu.h')
-rw-r--r-- | include/linux/intel-iommu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/intel-iommu.h b/include/linux/intel-iommu.h index 4f0a72a..9310c69 100644 --- a/include/linux/intel-iommu.h +++ b/include/linux/intel-iommu.h @@ -332,6 +332,7 @@ struct intel_iommu { #ifdef CONFIG_INTR_REMAP struct ir_table *ir_table; /* Interrupt remapping info */ #endif + int node; }; static inline void __iommu_flush_cache( |