diff options
Diffstat (limited to 'arch/parisc/kernel/process.c')
-rw-r--r-- | arch/parisc/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/process.c b/arch/parisc/kernel/process.c index 029831dfce36..6f69101f90bb 100644 --- a/arch/parisc/kernel/process.c +++ b/arch/parisc/kernel/process.c | |||
@@ -254,7 +254,7 @@ sys_vfork(struct pt_regs *regs) | |||
254 | } | 254 | } |
255 | 255 | ||
256 | int | 256 | int |
257 | copy_thread(int nr, unsigned long clone_flags, unsigned long usp, | 257 | copy_thread(unsigned long clone_flags, unsigned long usp, |
258 | unsigned long unused, /* in ia64 this is "user_stack_size" */ | 258 | unsigned long unused, /* in ia64 this is "user_stack_size" */ |
259 | struct task_struct * p, struct pt_regs * pregs) | 259 | struct task_struct * p, struct pt_regs * pregs) |
260 | { | 260 | { |