summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/early-quirks.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2021-06-23 14:01:56 +0200
committerBorislav Petkov <bp@suse.de>2021-06-23 18:20:27 +0200
commit6fdc908cb56123591baa4259400cfb0787582b11 (patch)
treec2e4a2b35bbdb7c87a38a24bee8a8a2b17ab07d7 /arch/x86/kernel/early-quirks.c
parent872c65dbf669b3b471b3d8656391a6b4f736d22b (diff)
x86/fpu: Rename fregs-related copy functions
The function names for fnsave/fnrstor operations are horribly named and a permanent source of confusion. Rename: copy_kernel_to_fregs() to frstor() copy_fregs_to_user() to fnsave_to_user_sigframe() copy_user_to_fregs() to frstor_from_user_sigframe() so it's clear what these are doing. All these functions are really low level wrappers around the equally named instructions, so mapping to the documentation is just natural. No functional change. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Borislav Petkov <bp@suse.de> Reviewed-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20210623121454.223594101@linutronix.de
Diffstat (limited to 'arch/x86/kernel/early-quirks.c')
0 files changed, 0 insertions, 0 deletions