···8585/* implement the pci_ DMA API in terms of the generic device dma_ one */8686#include <asm-generic/pci-dma-compat.h>87878888-#define ARCH_HAS_GENERIC_PCI_OFFSETS8989-9088static inline struct resource *9189pcibios_select_root(struct pci_dev *pdev, struct resource *res)9290{
-2
arch/parisc/include/asm/pci.h
···215215}216216#endif217217218218-#define ARCH_HAS_GENERIC_PCI_OFFSETS219219-220218static inline void pcibios_penalize_isa_irq(int irq, int active)221219{222220 /* We don't need to penalize isa irq's */
···5252 * 64Kbytes by the Host controller.5353 */54545555-#define ARCH_HAS_GENERIC_PCI_OFFSETS5656-5755static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel)5856{5957 return PCI_IRQ_NONE;
-2
arch/sparc/include/asm/pci_64.h
···7373 enum pci_mmap_state mmap_state,7474 int write_combine);75757676-#define ARCH_HAS_GENERIC_PCI_OFFSETS7777-7876static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel)7977{8078 return PCI_IRQ_NONE;