提交 7202ab46 编写于 作者: I Ingo Molnar

x86/fpu: Remove fpu__init_cpu_ctx_switch() call from fpu__init_system()

We are now doing the fpu__init_cpu_ctx_switch() call from fpu__init_cpu(),
so there's no need to call it from fpu__init_system() anymore.
Reviewed-by: NBorislav 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: NIngo Molnar <mingo@kernel.org>
上级 067051cc
...@@ -239,7 +239,6 @@ void fpu__init_system(void) ...@@ -239,7 +239,6 @@ void fpu__init_system(void)
fpu__init_system_xstate(); fpu__init_system_xstate();
fpu__init_system_ctx_switch(); fpu__init_system_ctx_switch();
fpu__init_cpu_ctx_switch();
} }
void fpu__cpu_init(void) void fpu__cpu_init(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册