From 550ca1beeb9d099f81fbe3c88a2d6e00446755f8 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Tue, 22 Nov 2011 13:26:11 +0000 Subject: [PATCH] amd iommu: Fix incorrect definitions. Signed-off-by: Wei Wang Committed-by: Keir Fraser --- xen/include/asm-x86/hvm/svm/amd-iommu-defs.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xen/include/asm-x86/hvm/svm/amd-iommu-defs.h b/xen/include/asm-x86/hvm/svm/amd-iommu-defs.h index 59d33e98d0..c6bf6cd8ec 100644 --- a/xen/include/asm-x86/hvm/svm/amd-iommu-defs.h +++ b/xen/include/asm-x86/hvm/svm/amd-iommu-defs.h @@ -293,10 +293,8 @@ #define IOMMU_CONTROL_EVENT_LOG_INT_SHIFT 3 #define IOMMU_CONTROL_COMP_WAIT_INT_MASK 0x00000010 #define IOMMU_CONTROL_COMP_WAIT_INT_SHIFT 4 -#define IOMMU_CONTROL_TRANSLATION_CHECK_DISABLE_MASK 0x00000020 -#define IOMMU_CONTROL_TRANSLATION_CHECK_DISABLE_SHIFT 5 -#define IOMMU_CONTROL_INVALIDATION_TIMEOUT_MASK 0x000000C0 -#define IOMMU_CONTROL_INVALIDATION_TIMEOUT_SHIFT 6 +#define IOMMU_CONTROL_INVALIDATION_TIMEOUT_MASK 0x000000E0 +#define IOMMU_CONTROL_INVALIDATION_TIMEOUT_SHIFT 5 #define IOMMU_CONTROL_PASS_POSTED_WRITE_MASK 0x00000100 #define IOMMU_CONTROL_PASS_POSTED_WRITE_SHIFT 8 #define IOMMU_CONTROL_RESP_PASS_POSTED_WRITE_MASK 0x00000200 -- 2.30.2