David Daney c726b82213 MIPS: Fix GCC-4.6 'set but not used' warning in signal*.c
GCC-4.6 can find more unused code than previous versions could.

In the case of protected_restore_fp_context{,32}, the variable tmp is
really used.  Its use is tricky in that we really care about the side
effects of the __put_user() calls.  So we must mark tmp with
__maybe_unused to quiet the warning.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2035/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2011-03-14 21:07:25 +01:00
..
2010-05-21 21:31:14 +01:00
2008-05-01 08:03:58 -07:00
2010-10-18 16:59:02 +01:00
2010-10-29 19:08:27 +01:00
2010-10-04 18:33:54 +01:00
2010-08-05 13:26:29 +01:00
2011-01-18 19:30:24 +01:00
2011-01-18 19:30:24 +01:00
2009-07-12 12:22:34 -07:00
2010-10-27 18:03:11 -07:00
2006-12-10 21:52:11 +00:00
2010-10-15 15:53:27 +02:00
2011-01-18 19:30:28 +01:00
2010-12-16 18:11:00 +00:00
2010-10-07 14:08:55 +01:00
2009-06-24 18:34:40 +01:00
2010-07-26 19:08:16 +01:00