diff options
author | Thomas Gleixner <[email protected]> | 2021-06-23 14:01:59 +0200 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2021-06-23 18:26:43 +0200 |
commit | ebe7234b08a42d69bae94c4062a84777ea26ef99 (patch) | |
tree | 295fb5e38b8daed68ae1e86d4fb269b045cf0d22 /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | 522e92743b35351bda1b6a9136560f833a9c2490 (diff) |
x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()
A copy is guaranteed to leave the source intact, which is not the case when
FNSAVE is used as that reinitilizes the registers.
Save does not make such guarantees and it matches what this is about,
i.e. to save the state for a later restore.
Rename it to save_fpregs_to_fpstate().
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Reviewed-by: Borislav Petkov <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions