kernel/arch/sh/kernel/process.c
.. .. @@ -23,9 +23,7 @@ 23 23 */ 24 24 int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src) 25 25 { 26 -#ifdef CONFIG_SUPERH3227 26 unlazy_fpu(src, task_pt_regs(src)); 28 -#endif29 27 *dst = *src; 30 28 31 29 if (src->thread.xstate) {