The following series of patches port Malta setup patches from linux-mti.git repository to the head of tree. --- Chris Dearman (2): Added coherentio command line option for DMA_NONCOHERENT kernel [MTI] Enable PIIX4 PCI2.1 compliancy on Malta arch/mips/include/asm/gcmpregs.h | 18 ++-- arch/mips/include/asm/gic.h | 188 ++++--------------------------------- arch/mips/kernel/irq-gic.c | 116 +++++++++-------------- arch/mips/kernel/setup.c | 3 - arch/mips/kernel/smp-mt.c | 10 ++ arch/mips/kernel/vpe.c | 3 - arch/mips/mti-malta/malta-amon.c | 7 + arch/mips/mti-malta/malta-int.c | 101 +++++++++++--------- arch/mips/mti-malta/malta-pci.c | 14 ++- arch/mips/mti-malta/malta-setup.c | 111 ++++++++++++++++++++++ 10 files changed, 271 insertions(+), 300 deletions(-)