From: Ingo Molnar Date: Wed, 29 Apr 2015 18:35:33 +0000 (+0200) Subject: x86/fpu: Move fpu__clear() to 'struct fpu *' parameter passing X-Git-Tag: omap-for-v4.3/legacy-v2-signed~203^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c8e01d50ae1f2b33a46459e8b1e776b747e97d;p=pandora-kernel.git x86/fpu: Move fpu__clear() to 'struct fpu *' parameter passing Do it like all other high level FPU state handling functions: they only know about struct fpu, not about the task. (Also remove a dead prototype while at it.) 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