projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
generic: ar8216: move register inititalization into hw_init
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.37
/
031-mips_mark_unused.patch
1
--- a/arch/mips/kernel/signal32.c
2
+++ b/arch/mips/kernel/signal32.c
3
@@ -115,7 +115,7 @@ static int protected_save_fp_context32(s
4
5
static int protected_restore_fp_context32(struct sigcontext32 __user *sc)
6
{
7
- int err, tmp;
8
+ int err, tmp __maybe_unused;
9
while (1) {
10
lock_fpu_owner();
11
own_fpu_inatomic(0);
This page took
0.041745 seconds
and
5
git commands to generate.