Skip to content

Commit

Permalink
[MIPS] Non-FPAFF: Fix warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jul 10, 2007
1 parent bf74b96 commit 35c700c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-mips/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ do { \
} while(0)

#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

#define switch_to(prev,next,last) \
Expand Down

0 comments on commit 35c700c

Please sign in to comment.