These are the patches to MIPS specific code needed to build the kernel with GCC-4.6 (not yet released). There is a separate patch so fs/binfmt_elf.c I will send separately. David Daney (4): MIPS: Fix GCC-4.6 'set but not used' warning in signal*.c MIPS: Remove unused code from arch/mips/kernel/syscall.c MIPS: Fix GCC-4.6 'set but not used' warning in ieee754int.h MIPS: Fix GCC-4.6 'set but not used' warning in arch/mips/mm/init.c arch/mips/kernel/signal.c | 2 +- arch/mips/kernel/signal32.c | 2 +- arch/mips/kernel/syscall.c | 3 +-- arch/mips/math-emu/ieee754int.h | 4 ++-- arch/mips/mm/init.c | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) -- 1.7.2.3