Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234146
b: refs/heads/master
c: 7a6e4ca
h: refs/heads/master
v: v3
  • Loading branch information
David Daney authored and Ralf Baechle committed Mar 14, 2011
1 parent 0cf5d1a commit 1e0065a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c726b822131e7fdb62745a5585449e6a159395e8
refs/heads/master: 7a6e4ca1eea8dc364f60ac55884f450a132cd100
3 changes: 1 addition & 2 deletions trunk/arch/mips/kernel/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,12 +383,11 @@ save_static_function(sys_sysmips);
static int __used noinline
_sys_sysmips(nabi_no_regargs struct pt_regs regs)
{
long cmd, arg1, arg2, arg3;
long cmd, arg1, arg2;

cmd = regs.regs[4];
arg1 = regs.regs[5];
arg2 = regs.regs[6];
arg3 = regs.regs[7];

switch (cmd) {
case MIPS_ATOMIC_SET:
Expand Down

0 comments on commit 1e0065a

Please sign in to comment.