commit | afa86fc426ff7e7f5477f15da9c405d08d5cf790 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 22 22:51:14 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Nov 28 23:43:42 2012 -0500 |
tree | 0f82925269757902ce6f7c287a968f7b439d2b2d | |
parent | 135c37b83c81b79a888108e3f7c5f64423d8a851 [diff] [blame] |
flagday: don't pass regs to copy_thread() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index 74aac76..6e68a61 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c
@@ -146,8 +146,7 @@ } int copy_thread(unsigned long clone_flags, unsigned long sp, - unsigned long arg, - struct task_struct *p, struct pt_regs *regs) + unsigned long arg, struct task_struct *p) { int err; struct pt_regs *childregs;