The coming two patches add loongson2f support, including the basic loongson2f features support and a fix for oprofile of loongson2f. Wu Zhangjin (2): [loongson] add basic loongson-2f support [loongson] oprofile: avoid do_IRQ for perfcounter when the interrupt is from bonito arch/mips/Kconfig | 18 ++++ arch/mips/Makefile | 2 + .../mips/include/asm/mach-loongson/dma-coherence.h | 4 + arch/mips/include/asm/mach-loongson/loongson.h | 84 +++++++++++++++++++- arch/mips/include/asm/mach-loongson/mem.h | 27 +++++-- arch/mips/include/asm/mach-loongson/pci.h | 28 ++++++- arch/mips/loongson/common/bonito-irq.c | 5 +- arch/mips/loongson/common/init.c | 8 ++ arch/mips/loongson/common/mem.c | 17 ++++ arch/mips/loongson/common/pci.c | 8 ++ arch/mips/oprofile/op_model_loongson2.c | 5 +- 11 files changed, 193 insertions(+), 13 deletions(-)