|
@@ -383,12 +383,11 @@ save_static_function(sys_sysmips);
|
|
static int __used noinline
|
|
static int __used noinline
|
|
_sys_sysmips(nabi_no_regargs struct pt_regs regs)
|
|
_sys_sysmips(nabi_no_regargs struct pt_regs regs)
|
|
{
|
|
{
|
|
- long cmd, arg1, arg2, arg3;
|
|
|
|
|
|
+ long cmd, arg1, arg2;
|
|
|
|
|
|
cmd = regs.regs[4];
|
|
cmd = regs.regs[4];
|
|
arg1 = regs.regs[5];
|
|
arg1 = regs.regs[5];
|
|
arg2 = regs.regs[6];
|
|
arg2 = regs.regs[6];
|
|
- arg3 = regs.regs[7];
|
|
|
|
|
|
|
|
switch (cmd) {
|
|
switch (cmd) {
|
|
case MIPS_ATOMIC_SET:
|
|
case MIPS_ATOMIC_SET:
|