aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/pci.h')
-rw-r--r--arch/mips/include/asm/pci.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/include/asm/pci.h b/arch/mips/include/asm/pci.h
index d69ea743272b..e224876cc344 100644
--- a/arch/mips/include/asm/pci.h
+++ b/arch/mips/include/asm/pci.h
@@ -12,7 +12,7 @@
12 12
13/* 13/*
14 * This file essentially defines the interface between board 14 * This file essentially defines the interface between board
15 * specific PCI code and MIPS common PCI code. Should potentially put 15 * specific PCI code and MIPS common PCI code. Should potentially put
16 * into include/asm/pci.h file. 16 * into include/asm/pci.h file.
17 */ 17 */
18 18
@@ -20,7 +20,7 @@
20#include <linux/of.h> 20#include <linux/of.h>
21 21
22/* 22/*
23 * Each pci channel is a top-level PCI bus seem by CPU. A machine with 23 * Each pci channel is a top-level PCI bus seem by CPU. A machine with
24 * multiple PCI channels may have multiple PCI host controllers or a 24 * multiple PCI channels may have multiple PCI host controllers or a
25 * single controller supporting multiple channels. 25 * single controller supporting multiple channels.
26 */ 26 */
@@ -99,7 +99,7 @@ extern int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma,
99struct pci_dev; 99struct pci_dev;
100 100
101/* 101/*
102 * The PCI address space does equal the physical memory address space. The 102 * The PCI address space does equal the physical memory address space. The
103 * networking and block device layers use this boolean for bounce buffer 103 * networking and block device layers use this boolean for bounce buffer
104 * decisions. This is set if any hose does not have an IOMMU. 104 * decisions. This is set if any hose does not have an IOMMU.
105 */ 105 */