From: Ingo Molnar Date: Thu, 23 Apr 2015 09:55:18 +0000 (+0200) Subject: x86/fpu: Eliminate the __thread_has_fpu() wrapper X-Git-Tag: omap-for-v4.3/legacy-v2-signed~203^2~207 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=276983f8085db4a5f4e2cdcda6bce29a1da97eb0;p=pandora-kernel.git x86/fpu: Eliminate the __thread_has_fpu() wrapper Start migrating FPU methods towards using 'struct fpu *fpu' directly. __thread_has_fpu() is just a trivial wrapper around fpu->has_fpu, eliminate it. 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