X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fmips%2Fkernel%2Fsignal.c;h=dbbe0ce48d89a4957a349febda33d0934c97d9af;hb=c726b822131e7fdb62745a5585449e6a159395e8;hp=5922342bca3991d4b7ab4a9d6f8483fb3e416779;hpb=a18059ace1eee8c4755bcce22163d137425db607;p=mv-sheeva.git diff --git a/arch/mips/kernel/signal.c b/arch/mips/kernel/signal.c index 5922342bca3..dbbe0ce48d8 100644 --- a/arch/mips/kernel/signal.c +++ b/arch/mips/kernel/signal.c @@ -84,7 +84,7 @@ static int protected_save_fp_context(struct sigcontext __user *sc) static int protected_restore_fp_context(struct sigcontext __user *sc) { - int err, tmp; + int err, tmp __maybe_unused; while (1) { lock_fpu_owner(); own_fpu_inatomic(0);