diff options
author | 2025-04-15 19:17:00 -0700 | |
---|---|---|
committer | 2025-04-16 10:01:03 +0200 | |
commit | de8304c319bc020ef79d109909ad40e944d82c82 (patch) | |
tree | 83ca52a6ae7167ed6f698fb2211479d243b48e8c /scripts/gdb/linux/utils.py | |
parent | x86/fpu: Remove export of mxcsr_feature_mask (diff) | |
download | linux-rng-de8304c319bc020ef79d109909ad40e944d82c82.tar.xz linux-rng-de8304c319bc020ef79d109909ad40e944d82c82.zip |
x86/fpu: Rename fpu_reset_fpregs() to fpu_reset_fpstate_regs()
The original function name came from an overly compressed form of
'fpstate_regs' by commit:
e61d6310a0f8 ("x86/fpu: Reset permission and fpstate on exec()")
However, the term 'fpregs' typically refers to physical FPU registers. In
contrast, this function copies the init values to fpu->fpstate->regs, not
hardware registers.
Rename the function to better reflect what it actually does.
No functional change.
Signed-off-by: Chang S. Bae <chang.seok.bae@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Link: https://lore.kernel.org/r/20250416021720.12305-11-chang.seok.bae@intel.com
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions