]> git.baikalelectronics.ru Git - kernel.git/commit
x86/fpu: Move fpu__init_system_early_generic() out of fpu__detect()
authorIngo Molnar <mingo@kernel.org>
Sun, 26 Apr 2015 13:07:18 +0000 (15:07 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:47:46 +0000 (15:47 +0200)
commitbdd4d76a666557fc64030d235fdcbda4867a9ba5
treee6d39a98d9add0c874ec017b5eef760cc52d142a
parenteb6437e0f871f1f02f66507727680f74e6af7ba4
x86/fpu: Move fpu__init_system_early_generic() out of fpu__detect()

Move the fpu__init_system_early_generic() call into fpu__init_system(),
which hosts all the system init calls.

Expose fpu__init_system() to other modules - this will be our main and only
system init function.

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/include/asm/fpu/internal.h
arch/x86/kernel/fpu/init.c