flagday: don't pass regs to copy_thread()
[deliverable/linux.git] / arch / avr32 / kernel / process.c
index 03d7aa4a4bc999a4cac60a21ef0c1d84c230c99b..fd78f58ea79a7ece57d8bae9ed970ade03629a13 100644 (file)
@@ -299,7 +299,7 @@ asmlinkage void syscall_return(void);
 
 int copy_thread(unsigned long clone_flags, unsigned long usp,
                unsigned long arg,
-               struct task_struct *p, struct pt_regs *unused)
+               struct task_struct *p)
 {
        struct pt_regs *childregs = task_pt_regs(p);
 
This page took 0.023465 seconds and 5 git commands to generate.