From: Ingo Molnar Date: Mon, 4 May 2015 09:49:58 +0000 (+0200) Subject: x86/fpu: Pass 'struct fpu' to fpu__restore() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~174^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1884d69f643c743806ebb9bc9292863ef39e894;p=pandora-kernel.git x86/fpu: Pass 'struct fpu' to fpu__restore() This cleans up the call sites and the function a bit, and also makes it more symmetric with the other high level FPU state handling functions. It's still only valid for the current task, as we copy to the FPU registers of the current CPU. No change in functionality. 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