]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/x86/kernel/signal.c
x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe()
authorIngo Molnar <mingo@kernel.org>
Tue, 28 Apr 2015 09:35:20 +0000 (11:35 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:48:01 +0000 (15:48 +0200)
commitc8e1404120d55876d2dedd3a541bc484ef692c58
treeda11fedbadf5d1849d18b3fa240cecd411428d98
parent36e49e7f2ec8fa2cdf1ec0439374583ea0a82c47
x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe()

Standardize the naming of save_xstate_sig() by renaming it to
copy_fpstate_to_sigframe(): this tells us at a glance that
the function copies an FPU fpstate to a signal frame.

This naming also follows the naming of copy_fpregs_to_fpstate().

Don't put 'xstate' into the name: since this is a generic name,
it's expected that the function is able to handle xstate frames
as well, beyond legacy frames.

xstate used to be the odd case in the x86 FPU code - now it's the
common case.

Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/ia32/ia32_signal.c
arch/x86/include/asm/fpu/internal.h
arch/x86/kernel/fpu/xstate.c
arch/x86/kernel/signal.c