summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel
diff options
context:
space:
mode:
authorAl Viro2012-10-23 04:51:14 +0200
committerAl Viro2012-11-29 05:43:42 +0100
commitafa86fc426ff7e7f5477f15da9c405d08d5cf790 (patch)
tree0f82925269757902ce6f7c287a968f7b439d2b2d /arch/h8300/kernel
parentbfin: switch to generic vfork, get rid of pointless wrappers (diff)
downloadkernel-qcow2-linux-afa86fc426ff7e7f5477f15da9c405d08d5cf790.tar.gz
kernel-qcow2-linux-afa86fc426ff7e7f5477f15da9c405d08d5cf790.tar.xz
kernel-qcow2-linux-afa86fc426ff7e7f5477f15da9c405d08d5cf790.zip
flagday: don't pass regs to copy_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/h8300/kernel')
-rw-r--r--arch/h8300/kernel/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/kernel/process.c b/arch/h8300/kernel/process.c
index b0fb4054aee5..b609f63f1590 100644
--- a/arch/h8300/kernel/process.c
+++ b/arch/h8300/kernel/process.c
@@ -129,7 +129,7 @@ void flush_thread(void)
int copy_thread(unsigned long clone_flags,
unsigned long usp, unsigned long topstk,
- struct task_struct * p, struct pt_regs *unused)
+ struct task_struct * p)
{
struct pt_regs * childregs;