commit | 35c700c0955c43e168c45d375f90a0670be8f054 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Jul 10 08:59:17 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Jul 10 17:33:05 2007 +0100 |
tree | cb1d4afaed22c61b5cca65c233816cae948adebf | |
parent | bf74b964775009071cf12f9d59d4dd5e388fbe0b [diff] |
[MIPS] Non-FPAFF: Fix warning. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h index be64fc5..46bdb3f 100644 --- a/include/asm-mips/system.h +++ b/include/asm-mips/system.h
@@ -56,7 +56,7 @@ } 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) \