To bring it in line with the other init_system*() methods. Reviewed-by: Borislav Petkov <b...@alien8.de> Cc: Andy Lutomirski <l...@amacapital.net> Cc: Dave Hansen <dave.han...@linux.intel.com> Cc: Fenghua Yu <fenghua...@intel.com> Cc: H. Peter Anvin <h...@zytor.com> Cc: Linus Torvalds <torva...@linux-foundation.org> Cc: Oleg Nesterov <o...@redhat.com> Cc: Thomas Gleixner <t...@linutronix.de> Signed-off-by: Ingo Molnar <mi...@kernel.org> --- arch/x86/kernel/fpu/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kernel/fpu/init.c b/arch/x86/kernel/fpu/init.c index 77b5d403de22..a7ce5bcbcbab 100644 --- a/arch/x86/kernel/fpu/init.c +++ b/arch/x86/kernel/fpu/init.c @@ -83,7 +83,7 @@ static void fpu__init_system_generic(void) fpu__init_system_mxcsr(); } -static void fpstate_xstate_init_size(void) +static void fpu__init_system_xstate_size_legacy(void) { static bool on_boot_cpu = 1; @@ -218,7 +218,7 @@ void fpu__init_system(struct cpuinfo_x86 *c) clts(); fpu__init_system_generic(); - fpstate_xstate_init_size(); + fpu__init_system_xstate_size_legacy(); fpu__init_system_xstate(); fpu__init_system_ctx_switch(); -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/