From: Ingo Molnar Date: Wed, 29 Apr 2015 18:55:19 +0000 (+0200) Subject: x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~174^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dfe99b755a263f9f6ac1dfdb5512bd6e22c28e8;p=pandora-kernel.git 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 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