x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs()
authorIngo Molnar <mingo@kernel.org>
Wed, 29 Apr 2015 18:10:43 +0000 (20:10 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:48:03 +0000 (15:48 +0200)
commit0e75c54f1703e83e6cdf239491bf7294f6c34777
tree2bdd3210aa536e5dae244d55adb7650536c03994
parent5033861575df08a04090cc7b785b2b7aadcbde82
x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs()

fpu_restore_checking() is a helper function of restore_fpu_checking(),
but this is not apparent from the naming.

Both copy fpstate contents to fpregs, while the fuller variant does
a full copy without leaking information.

So rename them to:

    copy_fpstate_to_fpregs()
  __copy_fpstate_to_fpregs()

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/include/asm/fpu/internal.h
arch/x86/kernel/fpu/core.c
arch/x86/kvm/x86.c