Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234145
b: refs/heads/master
c: c726b82
h: refs/heads/master
i:
  234143: 292e67d
v: v3
  • Loading branch information
David Daney authored and Ralf Baechle committed Mar 14, 2011
1 parent 2496c4f commit 0cf5d1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a18059ace1eee8c4755bcce22163d137425db607
refs/heads/master: c726b822131e7fdb62745a5585449e6a159395e8
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static int protected_save_fp_context(struct sigcontext __user *sc)

static int protected_restore_fp_context(struct sigcontext __user *sc)
{
int err, tmp;
int err, tmp __maybe_unused;
while (1) {
lock_fpu_owner();
own_fpu_inatomic(0);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/signal32.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static int protected_save_fp_context32(struct sigcontext32 __user *sc)

static int protected_restore_fp_context32(struct sigcontext32 __user *sc)
{
int err, tmp;
int err, tmp __maybe_unused;
while (1) {
lock_fpu_owner();
own_fpu_inatomic(0);
Expand Down

0 comments on commit 0cf5d1a

Please sign in to comment.