From: David Daney <david.daney@xxxxxxxxxx> These are a few things I noticed while working on unrelated code. They should make the kernel smaller for systems that don't have microMIPS. David Daney (3): MIPS: Declare emulate_load_store_microMIPS as a static function. MIPS: Don't try to decode microMIPS branch instructions where they cannot exist. MIPS: Only set cpu_has_mmips if SYS_SUPPORTS_MICROMIPS arch/mips/include/asm/cpu-features.h | 6 +++++- arch/mips/kernel/unaligned.c | 3 ++- arch/mips/math-emu/cp1emu.c | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) -- 1.7.11.7