diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/kernel/process_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/process_64.c b/arch/sh/kernel/process_64.c index eac5947ac063..e2062e643341 100644 --- a/arch/sh/kernel/process_64.c +++ b/arch/sh/kernel/process_64.c | |||
@@ -374,7 +374,7 @@ asmlinkage void ret_from_kernel_thread(void); | |||
374 | int copy_thread(unsigned long clone_flags, unsigned long usp, | 374 | int copy_thread(unsigned long clone_flags, unsigned long usp, |
375 | unsigned long arg, struct task_struct *p) | 375 | unsigned long arg, struct task_struct *p) |
376 | { | 376 | { |
377 | struct pt_regs *childregs, *regs = current_pt_regs(); | 377 | struct pt_regs *childregs; |
378 | 378 | ||
379 | #ifdef CONFIG_SH_FPU | 379 | #ifdef CONFIG_SH_FPU |
380 | /* can't happen for a kernel thread */ | 380 | /* can't happen for a kernel thread */ |