aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/amd_iommu_init.c
diff options
context:
space:
mode:
authorJoerg Roedel <joerg.roedel@amd.com>2008-09-09 10:41:05 -0400
committerIngo Molnar <mingo@elte.hu>2008-09-19 06:59:16 -0400
commit90008ee4b811c944455752dcb72b291a5ba81b53 (patch)
tree2c54f65efbabd7d9decbff49e12199eed00082b7 /arch/x86/kernel/amd_iommu_init.c
parenta80dc3e0e0dc8393158de317d66ae0f345dc58f9 (diff)
AMD IOMMU: add event handling code
This patch adds code for polling and printing out events generated by the AMD IOMMU. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/amd_iommu_init.c')
-rw-r--r--arch/x86/kernel/amd_iommu_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/amd_iommu_init.c b/arch/x86/kernel/amd_iommu_init.c
index 14a06464a694..eed488892c01 100644
--- a/arch/x86/kernel/amd_iommu_init.c
+++ b/arch/x86/kernel/amd_iommu_init.c
@@ -32,7 +32,6 @@
32/* 32/*
33 * definitions for the ACPI scanning code 33 * definitions for the ACPI scanning code
34 */ 34 */
35#define PCI_BUS(x) (((x) >> 8) & 0xff)
36#define IVRS_HEADER_LENGTH 48 35#define IVRS_HEADER_LENGTH 48
37 36
38#define ACPI_IVHD_TYPE 0x10 37#define ACPI_IVHD_TYPE 0x10