From c87b3c20bb7a23b80279c26c8e50244dc25a6f2a Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Tue, 23 Jul 2002 06:23:40 -0700 Subject: [PATCH] [PATCH] M68k update (part 34) Add PCI_DMA_BUS_IS_PHYS for m68k --- include/asm-m68k/pci.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/asm-m68k/pci.h b/include/asm-m68k/pci.h index 644cf3733ee8..819a49ea8eb7 100644 --- a/include/asm-m68k/pci.h +++ b/include/asm-m68k/pci.h @@ -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 */ -- 2.39.5