x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()
authorIngo Molnar <mingo@kernel.org>
Wed, 29 Apr 2015 18:55:19 +0000 (20:55 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:48:04 +0000 (15:48 +0200)
commit9dfe99b755a263f9f6ac1dfdb5512bd6e22c28e8
tree2ad0871b206f70b154e21dfa6665e17ab8aa2465
parent04c8e01d50ae1f2b33a46459e8b1e776b747e97d
x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()

restore_xstate_sig() is a misnomer: it's not limited to 'xstate' at all,
it is the high level 'restore FPU state from a signal frame' function
that works with all legacy FPU formats as well.

Rename it (and its helper) accordingly, and also move it to the
fpu__*() namespace.

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