OSDN Git Service

x86/fpu: Remove setup_init_fpu_buf() call from eager_fpu_init()
authorIngo Molnar <mingo@kernel.org>
Sat, 25 Apr 2015 06:42:47 +0000 (08:42 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:47:41 +0000 (15:47 +0200)
commita5cb56e9a68aa0e19281ad93f1fce6e6802e3206
tree7261f9ae8d6e14a754ebbe2c9f3951f5e08b96fa
parent2507e1c03f577173d613d6728329eb220724c577
x86/fpu: Remove setup_init_fpu_buf() call from eager_fpu_init()

It's a pure xstate method now, no need for this duplicate call.

Reviewed-by: Borislav Petkov <bp@alien8.de>
Cc: Andy Lutomirski <luto@amacapital.net>
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/kernel/fpu/xsave.c