aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/c6x/kernel/process.c')
-rw-r--r--arch/c6x/kernel/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/c6x/kernel/process.c b/arch/c6x/kernel/process.c
index a3f91895e8b4..6434df476f77 100644
--- a/arch/c6x/kernel/process.c
+++ b/arch/c6x/kernel/process.c
@@ -139,7 +139,7 @@ void start_thread(struct pt_regs *regs, unsigned int pc, unsigned long usp)
139 */ 139 */
140int copy_thread(unsigned long clone_flags, unsigned long usp, 140int copy_thread(unsigned long clone_flags, unsigned long usp,
141 unsigned long ustk_size, 141 unsigned long ustk_size,
142 struct task_struct *p, struct pt_regs *unused) 142 struct task_struct *p)
143{ 143{
144 struct pt_regs *childregs; 144 struct pt_regs *childregs;
145 145