From: Ingo Molnar Date: Wed, 22 Apr 2015 09:44:46 +0000 (+0200) Subject: x86/fpu: Remove the free_thread_xstate() complication X-Git-Tag: omap-for-v4.2/fixes-rc1^2~174^2~225 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ad19277e025f914518bc2943a240cdd37cf844;p=pandora-kernel.git x86/fpu: Remove the free_thread_xstate() complication Use fpstate_free() directly to manage FPU state. Only process.c was using this method, so this is a speedup as well, as it removes the extra function call and related clobbers. Reviewed-by: Borislav Petkov Cc: Andy Lutomirski 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