]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] Add Integrator support for glibc outb() and friends
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 28 Aug 2006 11:47:05 +0000 (12:47 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 28 Aug 2006 11:47:05 +0000 (12:47 +0100)
Add the necessary call to register_isa_ports() so that glibc knows
where these are found on Integrator platforms.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/Makefile
arch/arm/mach-integrator/pci_v3.c

index f0c0cdb1c183ff57f0202c36b8d7b3035052fee1..1320a0efca738eea92013b0d9461913d758205c7 100644 (file)
@@ -13,12 +13,11 @@ obj-y               := compat.o entry-armv.o entry-common.o irq.o \
 obj-$(CONFIG_APM)              += apm.o
 obj-$(CONFIG_ISA_DMA_API)      += dma.o
 obj-$(CONFIG_ARCH_ACORN)       += ecard.o 
-obj-$(CONFIG_FOOTBRIDGE)       += isa.o
 obj-$(CONFIG_FIQ)              += fiq.o
 obj-$(CONFIG_MODULES)          += armksyms.o module.o
 obj-$(CONFIG_ARTHUR)           += arthur.o
 obj-$(CONFIG_ISA_DMA)          += dma-isa.o
-obj-$(CONFIG_PCI)              += bios32.o
+obj-$(CONFIG_PCI)              += bios32.o isa.o
 obj-$(CONFIG_SMP)              += smp.o
 obj-$(CONFIG_OABI_COMPAT)      += sys_oabi-compat.o
 
index f9043592e29936f14f38a7682e57c6b7db6f8fb0..4418f6d7572d015310b23626450a4b8cf88ba1d5 100644 (file)
@@ -600,4 +600,6 @@ void __init pci_v3_postinit(void)
                printk(KERN_ERR "PCI: unable to grab local bus timeout "
                       "interrupt: %d\n", ret);
 #endif
+
+       register_isa_ports(PHYS_PCI_MEM_BASE, PHYS_PCI_IO_BASE, 0);
 }