This patchset is a collection of cleanups and bugfixes for Linux/MIPS. V1 -> V2: 1, Update the 3rd patch. 2, Fix commit message of the 6th patch. 3, Sync the code to upstream. Huacai Chen(6): MIPS: Cleanup the unused __arch_local_irq_restore() function. MIPS: Loongson-3: Improve -march option and move it to Platform. MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler. MIPS: hpet: Choose a safe value for the ETIME check. MIPS: sync-r4k: reduce skew while synchronization. MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs. Signed-off-by: Huacai Chen <chenhc@xxxxxxxxxx> --- arch/mips/Makefile | 10 ---------- arch/mips/include/asm/irqflags.h | 30 ------------------------------ arch/mips/include/asm/pgtable.h | 4 ++-- arch/mips/kernel/sync-r4k.c | 32 ++++++++------------------------ arch/mips/lib/mips-atomic.c | 30 +----------------------------- arch/mips/loongson64/Platform | 21 +++++++++++++++++++++ arch/mips/loongson64/loongson-3/hpet.c | 10 +++++++--- arch/mips/loongson64/loongson-3/smp.c | 20 +++++++++++++------- arch/mips/mm/tlbex.c | 2 +- 9 files changed, 53 insertions(+), 106 deletions(-) -- 2.4.6