]> git.baikalelectronics.ru Git - kernel.git/commit
x86/fpu: Update stale comments
authorThomas Gleixner <tglx@linutronix.de>
Fri, 15 Oct 2021 01:15:56 +0000 (03:15 +0200)
committerBorislav Petkov <bp@suse.de>
Wed, 20 Oct 2021 13:27:25 +0000 (15:27 +0200)
commitb159e2d7adeafa7be6cb30bc2732d61737db4288
tree1ecdc4626b8fa5e4741cc594aa514828ea91a868
parentfedaa46a2aa57caecc540b237618d42e5034d7f4
x86/fpu: Update stale comments

copy_fpstate_to_sigframe() does not have a slow path anymore. Neither does
the !ia32 restore in __fpu_restore_sig().

Update the comments accordingly.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20211015011538.493570236@linutronix.de
arch/x86/kernel/fpu/signal.c