From: Ingo Molnar Date: Wed, 29 Apr 2015 18:10:43 +0000 (+0200) Subject: x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs() X-Git-Tag: omap-for-v4.3/legacy-v2-signed~203^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e75c54f1703e83e6cdf239491bf7294f6c34777;p=pandora-kernel.git 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 Cc: Borislav Petkov Cc: Dave Hansen Cc: Fenghua Yu Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Oleg Nesterov Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed