diff options
Diffstat (limited to 'arch/x86/kernel/process_64.c')
-rw-r--r-- | arch/x86/kernel/process_64.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index 671960d82587..83019f94b83d 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c | |||
@@ -534,15 +534,6 @@ void set_personality_64bit(void) | |||
534 | current->personality &= ~READ_IMPLIES_EXEC; | 534 | current->personality &= ~READ_IMPLIES_EXEC; |
535 | } | 535 | } |
536 | 536 | ||
537 | asmlinkage long | ||
538 | sys_clone(unsigned long clone_flags, unsigned long newsp, | ||
539 | void __user *parent_tid, void __user *child_tid, struct pt_regs *regs) | ||
540 | { | ||
541 | if (!newsp) | ||
542 | newsp = regs->sp; | ||
543 | return do_fork(clone_flags, newsp, regs, 0, parent_tid, child_tid); | ||
544 | } | ||
545 | |||
546 | unsigned long get_wchan(struct task_struct *p) | 537 | unsigned long get_wchan(struct task_struct *p) |
547 | { | 538 | { |
548 | unsigned long stack; | 539 | unsigned long stack; |