x86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate()
authorIngo Molnar <mingo@kernel.org>
Tue, 28 Apr 2015 09:25:02 +0000 (11:25 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:48:00 +0000 (15:48 +0200)
commit36e49e7f2ec8fa2cdf1ec0439374583ea0a82c47
tree45aea69b1b3511affa63b0589fdee4d58a630319
parent1ac91a767f1d2ac049dc11e5b7e4342c63c21538
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 <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/fpu/internal.h
arch/x86/kernel/fpu/core.c
arch/x86/kernel/fpu/xstate.c