diff options
Diffstat (limited to 'arch/x86/kernel/pci-dma_32.c')
-rw-r--r-- | arch/x86/kernel/pci-dma_32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kernel/pci-dma_32.c b/arch/x86/kernel/pci-dma_32.c index 453b4bda271..55ab3c874d8 100644 --- a/arch/x86/kernel/pci-dma_32.c +++ b/arch/x86/kernel/pci-dma_32.c | |||
@@ -14,6 +14,10 @@ | |||
14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
15 | #include <asm/io.h> | 15 | #include <asm/io.h> |
16 | 16 | ||
17 | /* For i386, we make it point to the NULL address */ | ||
18 | dma_addr_t bad_dma_address __read_mostly = 0x0; | ||
19 | EXPORT_SYMBOL(bad_dma_address); | ||
20 | |||
17 | struct dma_coherent_mem { | 21 | struct dma_coherent_mem { |
18 | void *virt_base; | 22 | void *virt_base; |
19 | u32 device_base; | 23 | u32 device_base; |