[MIPS] Non-FPAFF: Fix warning.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
bf74b96477
commit
35c700c095
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ do { \
|
||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#define __mips_mt_fpaff_switch_to(prev) do { (prev); } while (0)
|
#define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define switch_to(prev,next,last) \
|
#define switch_to(prev,next,last) \
|
||||||
|
|
Loading…
Reference in a new issue