diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-04-08 12:21:00 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-19 13:19:58 -0400 |
commit | cac67877d268f21da74d879a355247e4e25b5b5f (patch) | |
tree | bba90fa76cd127f525a0811701cde7c2eb33007d /arch/x86/kernel/pci-dma.c | |
parent | d09d815c1b1d437a3ea89ecd92c91179266d1243 (diff) |
x86: move bad_dma_address
It goes to pci-dma.c, and is removed from the arch-specific files.
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 'arch/x86/kernel/pci-dma.c')
-rw-r--r-- | arch/x86/kernel/pci-dma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/pci-dma.c b/arch/x86/kernel/pci-dma.c index 967dfcfa2ad2..00527e74e49c 100644 --- a/arch/x86/kernel/pci-dma.c +++ b/arch/x86/kernel/pci-dma.c | |||
@@ -35,6 +35,8 @@ int iommu_detected __read_mostly = 0; | |||
35 | int iommu_bio_merge __read_mostly = 0; | 35 | int iommu_bio_merge __read_mostly = 0; |
36 | EXPORT_SYMBOL(iommu_bio_merge); | 36 | EXPORT_SYMBOL(iommu_bio_merge); |
37 | 37 | ||
38 | dma_addr_t bad_dma_address __read_mostly = 0; | ||
39 | EXPORT_SYMBOL(bad_dma_address); | ||
38 | 40 | ||
39 | int dma_set_mask(struct device *dev, u64 mask) | 41 | int dma_set_mask(struct device *dev, u64 mask) |
40 | { | 42 | { |