flagday: don't pass regs to copy_thread()
[deliverable/linux.git] / arch / frv / kernel / process.c
index 0039bf77b1926728fd1225e0d89c3538f8fe5760..23916b2a12a285933b45bdb7cd730fbc26e97fe3 100644 (file)
@@ -144,7 +144,7 @@ inline unsigned long user_stack(const struct pt_regs *regs)
  */
 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;
 
This page took 0.025381 seconds and 5 git commands to generate.