-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
m68k: use the mmu pci.h for m68knommu as well
The (m68knommu) COMEMPCI support has been removed from the kernel, so now the mmu pci.h can be used on non-mmu setups as well. Remove the non-mmu pci_no.h and revert the pci_mm.h to be pci.h. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
- Loading branch information
Greg Ungerer
committed
Mar 24, 2009
1 parent
bf5fe9e
commit 76fdb7d
Showing
3 changed files
with
12 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,12 @@ | ||
| #ifdef __uClinux__ | ||
| #include "pci_no.h" | ||
| #else | ||
| #include "pci_mm.h" | ||
| #endif | ||
| #ifndef _ASM_M68K_PCI_H | ||
| #define _ASM_M68K_PCI_H | ||
|
|
||
| #include <asm-generic/pci-dma-compat.h> | ||
|
|
||
| /* 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 */ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.