diff options
| -rw-r--r-- | arch/x86_64/kernel/aperture.c | 2 | ||||
| -rw-r--r-- | arch/x86_64/kernel/early-quirks.c | 1 | ||||
| -rw-r--r-- | arch/x86_64/kernel/pci-calgary.c | 2 | ||||
| -rw-r--r-- | arch/x86_64/kernel/pci-dma.c | 2 | ||||
| -rw-r--r-- | arch/x86_64/kernel/pci-gart.c | 1 | ||||
| -rw-r--r-- | arch/x86_64/kernel/pci-nommu.c | 2 | ||||
| -rw-r--r-- | arch/x86_64/kernel/pci-swiotlb.c | 2 | ||||
| -rw-r--r-- | arch/x86_64/kernel/reboot.c | 2 | ||||
| -rw-r--r-- | include/asm-x86_64/iommu.h | 29 | ||||
| -rw-r--r-- | include/asm-x86_64/proto.h | 25 |
10 files changed, 37 insertions, 31 deletions
diff --git a/arch/x86_64/kernel/aperture.c b/arch/x86_64/kernel/aperture.c index a3d450d6c15b..3b443c80d3b0 100644 --- a/arch/x86_64/kernel/aperture.c +++ b/arch/x86_64/kernel/aperture.c | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | #include <linux/ioport.h> | 20 | #include <linux/ioport.h> |
| 21 | #include <asm/e820.h> | 21 | #include <asm/e820.h> |
| 22 | #include <asm/io.h> | 22 | #include <asm/io.h> |
| 23 | #include <asm/proto.h> | 23 | #include <asm/iommu.h> |
| 24 | #include <asm/pci-direct.h> | 24 | #include <asm/pci-direct.h> |
| 25 | #include <asm/dma.h> | 25 | #include <asm/dma.h> |
| 26 | #include <asm/k8.h> | 26 | #include <asm/k8.h> |
diff --git a/arch/x86_64/kernel/early-quirks.c b/arch/x86_64/kernel/early-quirks.c index 990d9c218a5d..13aa4fd728f3 100644 --- a/arch/x86_64/kernel/early-quirks.c +++ b/arch/x86_64/kernel/early-quirks.c | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | #include <linux/pci_ids.h> | 14 | #include <linux/pci_ids.h> |
| 15 | #include <asm/pci-direct.h> | 15 | #include <asm/pci-direct.h> |
| 16 | #include <asm/proto.h> | 16 | #include <asm/proto.h> |
| 17 | #include <asm/iommu.h> | ||
| 17 | #include <asm/dma.h> | 18 | #include <asm/dma.h> |
| 18 | 19 | ||
| 19 | static void __init via_bugs(void) | 20 | static void __init via_bugs(void) |
diff --git a/arch/x86_64/kernel/pci-calgary.c b/arch/x86_64/kernel/pci-calgary.c index 86927d5b8463..21ded20a3bf4 100644 --- a/arch/x86_64/kernel/pci-calgary.c +++ b/arch/x86_64/kernel/pci-calgary.c | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | #include <linux/pci_ids.h> | 35 | #include <linux/pci_ids.h> |
| 36 | #include <linux/pci.h> | 36 | #include <linux/pci.h> |
| 37 | #include <linux/delay.h> | 37 | #include <linux/delay.h> |
| 38 | #include <asm/proto.h> | 38 | #include <asm/iommu.h> |
| 39 | #include <asm/calgary.h> | 39 | #include <asm/calgary.h> |
| 40 | #include <asm/tce.h> | 40 | #include <asm/tce.h> |
| 41 | #include <asm/pci-direct.h> | 41 | #include <asm/pci-direct.h> |
diff --git a/arch/x86_64/kernel/pci-dma.c b/arch/x86_64/kernel/pci-dma.c index be8dce40f651..05d745ede561 100644 --- a/arch/x86_64/kernel/pci-dma.c +++ b/arch/x86_64/kernel/pci-dma.c | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | #include <linux/pci.h> | 8 | #include <linux/pci.h> |
| 9 | #include <linux/module.h> | 9 | #include <linux/module.h> |
| 10 | #include <asm/io.h> | 10 | #include <asm/io.h> |
| 11 | #include <asm/proto.h> | 11 | #include <asm/iommu.h> |
| 12 | #include <asm/calgary.h> | 12 | #include <asm/calgary.h> |
| 13 | 13 | ||
| 14 | int iommu_merge __read_mostly = 0; | 14 | int iommu_merge __read_mostly = 0; |
diff --git a/arch/x86_64/kernel/pci-gart.c b/arch/x86_64/kernel/pci-gart.c index 12acafdca791..4918c575d582 100644 --- a/arch/x86_64/kernel/pci-gart.c +++ b/arch/x86_64/kernel/pci-gart.c | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | #include <asm/mtrr.h> | 28 | #include <asm/mtrr.h> |
| 29 | #include <asm/pgtable.h> | 29 | #include <asm/pgtable.h> |
| 30 | #include <asm/proto.h> | 30 | #include <asm/proto.h> |
| 31 | #include <asm/iommu.h> | ||
| 31 | #include <asm/cacheflush.h> | 32 | #include <asm/cacheflush.h> |
| 32 | #include <asm/swiotlb.h> | 33 | #include <asm/swiotlb.h> |
| 33 | #include <asm/dma.h> | 34 | #include <asm/dma.h> |
diff --git a/arch/x86_64/kernel/pci-nommu.c b/arch/x86_64/kernel/pci-nommu.c index fe4aa19aa849..2a34c6c025a9 100644 --- a/arch/x86_64/kernel/pci-nommu.c +++ b/arch/x86_64/kernel/pci-nommu.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | #include <linux/string.h> | 6 | #include <linux/string.h> |
| 7 | #include <linux/dma-mapping.h> | 7 | #include <linux/dma-mapping.h> |
| 8 | 8 | ||
| 9 | #include <asm/proto.h> | 9 | #include <asm/iommu.h> |
| 10 | #include <asm/processor.h> | 10 | #include <asm/processor.h> |
| 11 | #include <asm/dma.h> | 11 | #include <asm/dma.h> |
| 12 | 12 | ||
diff --git a/arch/x86_64/kernel/pci-swiotlb.c b/arch/x86_64/kernel/pci-swiotlb.c index 4b4569abc60c..b2f405ea7c85 100644 --- a/arch/x86_64/kernel/pci-swiotlb.c +++ b/arch/x86_64/kernel/pci-swiotlb.c | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | #include <linux/module.h> | 5 | #include <linux/module.h> |
| 6 | #include <linux/dma-mapping.h> | 6 | #include <linux/dma-mapping.h> |
| 7 | 7 | ||
| 8 | #include <asm/proto.h> | 8 | #include <asm/iommu.h> |
| 9 | #include <asm/swiotlb.h> | 9 | #include <asm/swiotlb.h> |
| 10 | #include <asm/dma.h> | 10 | #include <asm/dma.h> |
| 11 | 11 | ||
diff --git a/arch/x86_64/kernel/reboot.c b/arch/x86_64/kernel/reboot.c index e6e65c2c63ef..368db2b9c5ac 100644 --- a/arch/x86_64/kernel/reboot.c +++ b/arch/x86_64/kernel/reboot.c | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | #include <asm/pgtable.h> | 16 | #include <asm/pgtable.h> |
| 17 | #include <asm/tlbflush.h> | 17 | #include <asm/tlbflush.h> |
| 18 | #include <asm/apic.h> | 18 | #include <asm/apic.h> |
| 19 | #include <asm/proto.h> | 19 | #include <asm/iommu.h> |
| 20 | 20 | ||
| 21 | /* | 21 | /* |
| 22 | * Power off function, if any | 22 | * Power off function, if any |
diff --git a/include/asm-x86_64/iommu.h b/include/asm-x86_64/iommu.h new file mode 100644 index 000000000000..5af471f228ee --- /dev/null +++ b/include/asm-x86_64/iommu.h | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | #ifndef _ASM_X8664_IOMMU_H | ||
| 2 | #define _ASM_X8664_IOMMU_H 1 | ||
| 3 | |||
| 4 | extern void pci_iommu_shutdown(void); | ||
| 5 | extern void no_iommu_init(void); | ||
| 6 | extern int force_iommu, no_iommu; | ||
| 7 | extern int iommu_detected; | ||
| 8 | #ifdef CONFIG_IOMMU | ||
| 9 | extern void gart_iommu_init(void); | ||
| 10 | extern void gart_iommu_shutdown(void); | ||
| 11 | extern void __init gart_parse_options(char *); | ||
| 12 | extern void iommu_hole_init(void); | ||
| 13 | extern int fallback_aper_order; | ||
| 14 | extern int fallback_aper_force; | ||
| 15 | extern int iommu_aperture; | ||
| 16 | extern int iommu_aperture_allowed; | ||
| 17 | extern int iommu_aperture_disabled; | ||
| 18 | extern int fix_aperture; | ||
| 19 | #else | ||
| 20 | #define iommu_aperture 0 | ||
| 21 | #define iommu_aperture_allowed 0 | ||
| 22 | |||
| 23 | static inline void gart_iommu_shutdown(void) | ||
| 24 | { | ||
| 25 | } | ||
| 26 | |||
| 27 | #endif | ||
| 28 | |||
| 29 | #endif | ||
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index b70aa0ccbe2d..d6e3225549c0 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h | |||
| @@ -85,31 +85,6 @@ extern int exception_trace; | |||
| 85 | extern unsigned cpu_khz; | 85 | extern unsigned cpu_khz; |
| 86 | extern unsigned tsc_khz; | 86 | extern unsigned tsc_khz; |
| 87 | 87 | ||
| 88 | extern void pci_iommu_shutdown(void); | ||
| 89 | extern void no_iommu_init(void); | ||
| 90 | extern int force_iommu, no_iommu; | ||
| 91 | extern int iommu_detected; | ||
| 92 | #ifdef CONFIG_IOMMU | ||
| 93 | extern void gart_iommu_init(void); | ||
| 94 | extern void gart_iommu_shutdown(void); | ||
| 95 | extern void __init gart_parse_options(char *); | ||
| 96 | extern void iommu_hole_init(void); | ||
| 97 | extern int fallback_aper_order; | ||
| 98 | extern int fallback_aper_force; | ||
| 99 | extern int iommu_aperture; | ||
| 100 | extern int iommu_aperture_allowed; | ||
| 101 | extern int iommu_aperture_disabled; | ||
| 102 | extern int fix_aperture; | ||
| 103 | #else | ||
| 104 | #define iommu_aperture 0 | ||
| 105 | #define iommu_aperture_allowed 0 | ||
| 106 | |||
| 107 | static inline void gart_iommu_shutdown(void) | ||
| 108 | { | ||
| 109 | } | ||
| 110 | |||
| 111 | #endif | ||
| 112 | |||
| 113 | extern int reboot_force; | 88 | extern int reboot_force; |
| 114 | extern int notsc_setup(char *); | 89 | extern int notsc_setup(char *); |
| 115 | 90 | ||
