From: Ingo Molnar Date: Sat, 25 Apr 2015 06:42:47 +0000 (+0200) Subject: x86/fpu: Remove setup_init_fpu_buf() call from eager_fpu_init() X-Git-Tag: v4.2-rc1~170^2~146 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=a5cb56e9a68aa0e19281ad93f1fce6e6802e3206;p=linux.git 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 Cc: Andy Lutomirski 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 --- diff --git a/arch/x86/kernel/fpu/xsave.c b/arch/x86/kernel/fpu/xsave.c index 6be0a98238f6..097f03e209a6 100644 --- a/arch/x86/kernel/fpu/xsave.c +++ b/arch/x86/kernel/fpu/xsave.c @@ -724,8 +724,6 @@ void __init_refok eager_fpu_init(void) stts(); return; } - - setup_init_fpu_buf(); } /*