-
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.
yaml --- r: 139955 b: refs/heads/master c: 76fdb7d h: refs/heads/master i: 139953: ea735c6 139951: 974d7e3 v: v3
- Loading branch information
Greg Ungerer
committed
Mar 24, 2009
1 parent
544c617
commit 114e47f
Showing
4 changed files
with
13 additions
and
47 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,2 +1,2 @@ | ||
--- | ||
refs/heads/master: bf5fe9ed73c2e696d3256ff18f926b103097abd2 | ||
refs/heads/master: 76fdb7d6bd7922353abc8a1407c6dde3789042ce |
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.