Skip to content

Commit 980ffff

Browse files
huthAlexander Gordeev
authored andcommitted
s390/fpu: Remove comment about TIF_FPU
It has been removed in commit 2c6b967 ("s390/fpu: remove TIF_FPU"), so we should not mention TIF_FPU in the comment here anymore. Since the remaining parts of the comment just document the obvious fact that save_user_fpu_regs() saves the FPU state, simply remove the comment now completely. Signed-off-by: Thomas Huth <[email protected]> Acked-by: Heiko Carstens <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexander Gordeev <[email protected]>
1 parent 7278a8f commit 980ffff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/s390/kernel/process.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ void arch_release_task_struct(struct task_struct *tsk)
8686

8787
int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src)
8888
{
89-
/*
90-
* Save the floating-point or vector register state of the current
91-
* task and set the TIF_FPU flag to lazy restore the FPU register
92-
* state when returning to user space.
93-
*/
9489
save_user_fpu_regs();
9590

9691
*dst = *src;

0 commit comments

Comments
 (0)