فهرست منبع

tile: switch to generic clone()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 12 سال پیش
والد
کامیت
e9eac30418
2فایلهای تغییر یافته به همراه1 افزوده شده و 8 حذف شده
  1. 1 0
      arch/tile/include/asm/unistd.h
  2. 0 8
      arch/tile/kernel/process.c

+ 1 - 0
arch/tile/include/asm/unistd.h

@@ -17,4 +17,5 @@
 #endif
 #define __ARCH_WANT_SYS_NEWFSTATAT
 #define __ARCH_WANT_SYS_EXECVE
+#define __ARCH_WANT_SYS_CLONE
 #include <uapi/asm/unistd.h>

+ 0 - 8
arch/tile/kernel/process.c

@@ -584,14 +584,6 @@ int do_work_pending(struct pt_regs *regs, u32 thread_info_flags)
 	panic("work_pending: bad flags %#x\n", thread_info_flags);
 }
 
-/* Note there is an implicit fifth argument if (clone_flags & CLONE_SETTLS). */
-SYSCALL_DEFINE4(clone, unsigned long, clone_flags, unsigned long, newsp,
-		void __user *, parent_tidptr, void __user *, child_tidptr)
-{
-	return do_fork(clone_flags, newsp, current_pt_regs(), 0,
-		       parent_tidptr, child_tidptr);
-}
-
 unsigned long get_wchan(struct task_struct *p)
 {
 	struct KBacktraceIterator kbt;