alistair23-linux/arch/mips/mti-malta
Sebastian Andrzej Siewior 85a053fa5f MIPS: PCI: Move fixups from __init to __devinit.
Fixups are executed once the pci-device is found which is during boot
process so __init seems fine as long as the platform does not support
hotplug.
However it is possible to remove the PCI bus at run time and have it
rediscovered again via "echo 1 > /sys/bus/pci/rescan" and this will call
the fixups again.

[ralf@linux-mips.org: Made piixirqmap[] in malta_piix_func0_fixup()
__initdata.]

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Cc: linux-mips@linux-mips.org
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2012-07-19 11:27:23 +02:00
..
Makefile MIPS: Malta: Migrate to new platform makefile style. 2010-08-05 13:25:50 +01:00
malta-amon.c MIPS: CMP: Fix memory barriers for correct operation of amon_cpu_start 2009-11-02 12:00:05 +01:00
malta-cmdline.c [MIPS] Malta: Cleanup organization of code into directories. 2008-07-15 18:44:34 +01:00
malta-console.c [MIPS] Malta: Cleanup organization of code into directories. 2008-07-15 18:44:34 +01:00
malta-display.c [MIPS] Malta: Cleanup organization of code into directories. 2008-07-15 18:44:34 +01:00
malta-init.c Disintegrate asm/system.h for MIPS 2012-03-28 18:30:02 +01:00
malta-int.c Disintegrate asm/system.h for MIPS 2012-03-28 18:30:02 +01:00
malta-memory.c tree-wide: fix comment/printk typos 2010-11-01 15:38:34 -04:00
malta-pci.c MIPS: PCI: Move fixups from __init to __devinit. 2012-07-19 11:27:23 +02:00
malta-platform.c MIPS: Add missing #inclusions of <linux/irq.h> 2010-10-07 14:08:54 +01:00
malta-reset.c MIPS: Malta: Convert reset initialization to initcall. 2009-09-17 20:07:43 +02:00
malta-setup.c mips: mark const init data with __initconst instead of __initdata 2012-07-19 11:23:43 +02:00
malta-smtc.c MIPS: Malta SMTC: Fix build. 2011-07-20 23:12:10 +01:00
malta-time.c Disintegrate asm/system.h for MIPS 2012-03-28 18:30:02 +01:00
Platform MIPS: Malta: Migrate to new platform makefile style. 2010-08-05 13:25:50 +01:00