aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavem <davem>2001-12-21 01:23:39 +0000
committerdavem <davem>2001-12-21 01:23:39 +0000
commit47a8a4d4fcd4ca3144da4d92a9f53f97de27113b (patch)
treec76fb0cfc63cd97b8d5f70b9e682646095bd7880
parent27ebc37c8a00ae54902205d067af9ee026e989ee (diff)
downloadnetdev-vger-cvs-47a8a4d4fcd4ca3144da4d92a9f53f97de27113b.tar.gz
Define PCI_DMA_BUS_IS_PHYS to 0.
-rw-r--r--include/asm-sparc/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc/pci.h b/include/asm-sparc/pci.h
index 9f26d4981..f1fefcc5d 100644
--- a/include/asm-sparc/pci.h
+++ b/include/asm-sparc/pci.h
@@ -26,6 +26,7 @@ extern inline void pcibios_penalize_isa_irq(int irq)
/* Dynamic DMA mapping stuff.
*/
+#define PCI_DMA_BUS_IS_PHYS (0)
#include <asm/scatterlist.h>