Skip to content

Commit 82aeef0

Browse files
Li, Zhen-Huajoergroedel
authored andcommitted
x86/iommu: correct ICS register offset
According to Intel Vt-D specs, the offset of Invalidation complete status register should be 0x9C, not 0x98. See Intel's VT-d spec, Revision 1.3, Chapter 10.4, Page 98; Signed-off-by: Li, Zhen-Hua <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
1 parent 0b6e856 commit 82aeef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/intel-iommu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#define DMAR_IQT_REG 0x88 /* Invalidation queue tail register */
5656
#define DMAR_IQ_SHIFT 4 /* Invalidation queue head/tail shift */
5757
#define DMAR_IQA_REG 0x90 /* Invalidation queue addr register */
58-
#define DMAR_ICS_REG 0x98 /* Invalidation complete status register */
58+
#define DMAR_ICS_REG 0x9c /* Invalidation complete status register */
5959
#define DMAR_IRTA_REG 0xb8 /* Interrupt remapping table addr register */
6060

6161
#define OFFSET_STRIDE (9)

0 commit comments

Comments
 (0)