summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/kernel/process.c')
-rw-r--r--arch/mips64/kernel/process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/kernel/process.c b/arch/mips64/kernel/process.c
index 924140719..df03ef081 100644
--- a/arch/mips64/kernel/process.c
+++ b/arch/mips64/kernel/process.c
@@ -69,6 +69,7 @@ void flush_thread(void)
}
int copy_thread(int nr, unsigned long clone_flags, unsigned long usp,
+ unsigned long unused,
struct task_struct * p, struct pt_regs * regs)
{
struct pt_regs * childregs;