xtensa: switch to generic clone()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2012-10-26 23:41:40 -04:00
parent 39d91a9eaf
commit 3e41f9ba61
5 changed files with 3 additions and 11 deletions

View File

@@ -364,12 +364,3 @@ int dump_fpu(void)
{
return 0;
}
asmlinkage
long xtensa_clone(unsigned long clone_flags, unsigned long newsp,
void __user *parent_tid, void *child_tls,
void __user *child_tid, long a5,
struct pt_regs *regs)
{
return do_fork(clone_flags, newsp, regs, 0, parent_tid, child_tid);
}