aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/linux32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/linux32.c')
-rw-r--r--arch/mips/kernel/linux32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/kernel/linux32.c b/arch/mips/kernel/linux32.c
index 498a7ec656d8..9df3e330c37c 100644
--- a/arch/mips/kernel/linux32.c
+++ b/arch/mips/kernel/linux32.c
@@ -289,8 +289,6 @@ _sys32_clone(nabi_no_regargs struct pt_regs regs)
289 289
290 clone_flags = regs.regs[4]; 290 clone_flags = regs.regs[4];
291 newsp = regs.regs[5]; 291 newsp = regs.regs[5];
292 if (!newsp)
293 newsp = regs.regs[29];
294 parent_tidptr = (int __user *) regs.regs[6]; 292 parent_tidptr = (int __user *) regs.regs[6];
295 293
296 /* Use __dummy4 instead of getting it off the stack, so that 294 /* Use __dummy4 instead of getting it off the stack, so that