hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/sh/kernel/process.c
....@@ -23,9 +23,7 @@
2323 */
2424 int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src)
2525 {
26
-#ifdef CONFIG_SUPERH32
2726 unlazy_fpu(src, task_pt_regs(src));
28
-#endif
2927 *dst = *src;
3028
3129 if (src->thread.xstate) {