The following series of patches port the changes in linux-mti.git repository to the head of tree. --- Chris Dearman (2): Port of GIC related changes from MTI branch. Fix accesses to device registers on MIPS boards Jaidev Patwardhan (1): Avoid accessing GCMP registers when they are not present arch/mips/Kconfig | 1 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 | 119 ++++++++++++++--------- arch/mips/mti-malta/malta-pci.c | 14 ++- arch/mips/mti-malta/malta-setup.c | 111 ++++++++++++++++++++++ 11 files changed, 286 insertions(+), 304 deletions(-)