flagday: don't pass regs to copy_thread()
[deliverable/linux.git] / arch / xtensa / kernel / process.c
index 0036c14739f85a4cb8345385c8cf3408b81adc25..1accf28da5f571722aba9e1de23d57c7defbedbe 100644 (file)
@@ -199,8 +199,7 @@ int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src)
  */
 
 int copy_thread(unsigned long clone_flags, unsigned long usp_thread_fn,
-               unsigned long thread_fn_arg,
-               struct task_struct *p, struct pt_regs *unused)
+               unsigned long thread_fn_arg, struct task_struct *p)
 {
        struct pt_regs *childregs = task_pt_regs(p);
 
This page took 0.025158 seconds and 5 git commands to generate.