From: Ingo Molnar Date: Tue, 28 Apr 2015 09:25:02 +0000 (+0200) Subject: x86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate() X-Git-Tag: omap-for-v4.3/legacy-v2-signed~203^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e49e7f2ec8fa2cdf1ec0439374583ea0a82c47;p=pandora-kernel.git x86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate() Currently fpstate_sanitize_xstate() has a task_struct input parameter, but it only uses the fpu structure from it - so pass in a 'struct fpu' pointer only and update all call sites. 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