]> git.hungrycats.org Git - linux/commitdiff
[PATCH] M68k update (part 34)
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 23 Jul 2002 13:23:40 +0000 (06:23 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 23 Jul 2002 13:23:40 +0000 (06:23 -0700)
Add PCI_DMA_BUS_IS_PHYS for m68k

include/asm-m68k/pci.h

index 644cf3733ee84dca1d75c9cd31ebf453a6cce6f7..819a49ea8eb7dd7ff31be8c4237486c414d6ad62 100644 (file)
@@ -48,4 +48,10 @@ extern inline void pcibios_penalize_isa_irq(int irq)
 /* Return the index of the PCI controller for device PDEV. */
 #define pci_controller_num(PDEV)       (0)
 
+/* The PCI address space does equal the physical memory
+ * address space.  The networking and block device layers use
+ * this boolean for bounce buffer decisions.
+ */
+#define PCI_DMA_BUS_IS_PHYS    (1)
+
 #endif /* _ASM_M68K_PCI_H */