Root/
| 1 | --- a/arch/mips/kernel/signal32.c |
| 2 | +++ b/arch/mips/kernel/signal32.c |
| 3 | @@ -115,7 +115,7 @@ static int protected_save_fp_context32(s |
| 4 | |
| 5 | static int protected_restore_fp_context32(struct sigcontext32 __user *sc) |
| 6 | { |
| 7 | - int err, tmp; |
| 8 | + int err, tmp __maybe_unused; |
| 9 | while (1) { |
| 10 | lock_fpu_owner(); |
| 11 | own_fpu_inatomic(0); |
| 12 |
