summaryrefslogtreecommitdiffstats
path: root/include/asm-parisc
diff options
context:
space:
mode:
authorHelge Deller <deller@parisc-linux.org>2006-03-26 01:54:16 -0700
committerKyle McMartin <kyle@hera.kernel.org>2006-03-30 17:48:52 +0000
commit10267cdd0c2dee46a3f59d93fbfac7229d416dba (patch)
tree4057b966c302bef27be70a5cb0331317408298db /include/asm-parisc
parentb29eac43023bb1b62081efa878c3cf72cb39c437 (diff)
downloadop-kernel-dev-10267cdd0c2dee46a3f59d93fbfac7229d416dba.zip
op-kernel-dev-10267cdd0c2dee46a3f59d93fbfac7229d416dba.tar.gz
[PARISC] Fixup CONFIG_EISA a bit
Fix up some ISA/EISA stuff. (Note: isa_ accessors have been removed from asm/io.h) Signed-off-by: Helge Deller <deller@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'include/asm-parisc')
-rw-r--r--include/asm-parisc/pci.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-parisc/pci.h b/include/asm-parisc/pci.h
index fe7f6a2..77bbafb 100644
--- a/include/asm-parisc/pci.h
+++ b/include/asm-parisc/pci.h
@@ -289,4 +289,9 @@ static inline void pcibios_add_platform_entries(struct pci_dev *dev)
{
}
+static inline void pcibios_penalize_isa_irq(int irq, int active)
+{
+ /* We don't need to penalize isa irq's */
+}
+
#endif /* __ASM_PARISC_PCI_H */
OpenPOWER on IntegriCloud