From 1e0065a8854b8eac2a0fa53608efac2dd5387c5d Mon Sep 17 00:00:00 2001 From: David Daney Date: Mon, 24 Jan 2011 14:51:35 -0800 Subject: [PATCH] --- yaml --- r: 234146 b: refs/heads/master c: 7a6e4ca1eea8dc364f60ac55884f450a132cd100 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/syscall.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f84c633afda2..30633d539134 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c726b822131e7fdb62745a5585449e6a159395e8 +refs/heads/master: 7a6e4ca1eea8dc364f60ac55884f450a132cd100 diff --git a/trunk/arch/mips/kernel/syscall.c b/trunk/arch/mips/kernel/syscall.c index cde2a32c1043..58beabf50b3c 100644 --- a/trunk/arch/mips/kernel/syscall.c +++ b/trunk/arch/mips/kernel/syscall.c @@ -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: