projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf74b96
)
[MIPS] Non-FPAFF: Fix warning.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 10 Jul 2007 07:59:17 +0000
(08:59 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 10 Jul 2007 16:33:05 +0000
(17:33 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/system.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/system.h
b/include/asm-mips/system.h
index be64fc55562ae2928d98275ff9c9634ac74959a1..46bdb3f566f92b209062628b1b7dc854c587092e 100644
(file)
--- a/
include/asm-mips/system.h
+++ b/
include/asm-mips/system.h
@@
-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) \