|
return do_fork(clone_flags, newsp, regs, 0, NULL, NULL);
|
|
return do_fork(clone_flags, newsp, regs, 0, NULL, NULL);
|
|
unsigned long usp, unsigned long topstk,
|
|
unsigned long usp, unsigned long topstk,
|
|
struct task_struct * p, struct pt_regs * regs)
|
|
struct task_struct * p, struct pt_regs * regs)
|