aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/include/asm/pci.h')
-rw-r--r--arch/ia64/include/asm/pci.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/ia64/include/asm/pci.h b/arch/ia64/include/asm/pci.h
index c0835b0dc722..6459f2d46200 100644
--- a/arch/ia64/include/asm/pci.h
+++ b/arch/ia64/include/asm/pci.h
@@ -51,8 +51,9 @@ extern unsigned long ia64_max_iommu_merge_mask;
51#define PCI_DMA_BUS_IS_PHYS (ia64_max_iommu_merge_mask == ~0UL) 51#define PCI_DMA_BUS_IS_PHYS (ia64_max_iommu_merge_mask == ~0UL)
52 52
53#define HAVE_PCI_MMAP 53#define HAVE_PCI_MMAP
54extern int pci_mmap_page_range (struct pci_dev *dev, struct vm_area_struct *vma, 54#define ARCH_GENERIC_PCI_MMAP_RESOURCE
55 enum pci_mmap_state mmap_state, int write_combine); 55#define arch_can_pci_mmap_wc() 1
56
56#define HAVE_PCI_LEGACY 57#define HAVE_PCI_LEGACY
57extern int pci_mmap_legacy_page_range(struct pci_bus *bus, 58extern int pci_mmap_legacy_page_range(struct pci_bus *bus,
58 struct vm_area_struct *vma, 59 struct vm_area_struct *vma,