diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-04-08 12:20:53 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-19 13:19:57 -0400 |
commit | bca5c09663030bdd18ab1b3ccb6671f663c3345a (patch) | |
tree | a98960da8eb60964dda190e6df6ef890c64147eb /include/asm-x86/dma-mapping.h | |
parent | 116890d556af38d539597655c564a73e6eef3d9e (diff) |
x86: move pci fixup to pci-dma.c
via_no_dac provides a fixup that is the same for both
architectures. Move it to pci-dma.c.
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/dma-mapping.h')
-rw-r--r-- | include/asm-x86/dma-mapping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/dma-mapping.h b/include/asm-x86/dma-mapping.h index 914846d0beaa..d82517de1e7c 100644 --- a/include/asm-x86/dma-mapping.h +++ b/include/asm-x86/dma-mapping.h | |||
@@ -14,6 +14,7 @@ extern dma_addr_t bad_dma_address; | |||
14 | extern int iommu_merge; | 14 | extern int iommu_merge; |
15 | extern struct device fallback_dev; | 15 | extern struct device fallback_dev; |
16 | extern int panic_on_overflow; | 16 | extern int panic_on_overflow; |
17 | extern int forbid_dac; | ||
17 | 18 | ||
18 | struct dma_mapping_ops { | 19 | struct dma_mapping_ops { |
19 | int (*mapping_error)(dma_addr_t dma_addr); | 20 | int (*mapping_error)(dma_addr_t dma_addr); |
@@ -223,6 +224,5 @@ dma_release_declared_memory(struct device *dev); | |||
223 | extern void * | 224 | extern void * |
224 | dma_mark_declared_memory_occupied(struct device *dev, | 225 | dma_mark_declared_memory_occupied(struct device *dev, |
225 | dma_addr_t device_addr, size_t size); | 226 | dma_addr_t device_addr, size_t size); |
226 | extern int forbid_dac; | ||
227 | #endif /* CONFIG_X86_32 */ | 227 | #endif /* CONFIG_X86_32 */ |
228 | #endif | 228 | #endif |