From: Ingo Molnar Date: Thu, 23 Apr 2015 10:08:58 +0000 (+0200) Subject: x86/fpu: Change __thread_clear_has_fpu() to 'struct fpu' parameter X-Git-Tag: omap-for-v4.2/fixes-rc1^2~174^2~206 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36fe6175be15d33fec7c6aa53e6e202ad44f0b25;p=pandora-kernel.git x86/fpu: Change __thread_clear_has_fpu() to 'struct fpu' parameter We do this to make the code more readable, and also to be able to eliminate task_struct usage from most of the FPU code. 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