Skip to content

Commit

Permalink
s390/fpu: Remove comment about TIF_FPU
Browse files Browse the repository at this point in the history
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 <thuth@redhat.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lore.kernel.org/r/20240503080648.81461-1-thuth@redhat.com
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
  • Loading branch information
Thomas Huth authored and Alexander Gordeev committed May 14, 2024
1 parent 7278a8f commit 980ffff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/s390/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ void arch_release_task_struct(struct task_struct *tsk)

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

*dst = *src;
Expand Down

0 comments on commit 980ffff

Please sign in to comment.