]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/fpu: Factor out fpu__init_system_generic()
authorIngo Molnar <mingo@kernel.org>
Sun, 26 Apr 2015 12:35:54 +0000 (14:35 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:47:45 +0000 (15:47 +0200)
commit7218e8b723dc9ceb71cf2fbd3d019e9e11b7d3cf
tree122bffbcc238c00125c43e95aa8f576c6b25096f
parentb11316ed9ed9e453562d9f89a39d344331a3ec1d
x86/fpu: Factor out fpu__init_system_generic()

Factor out the generic bits from fpu__init_system().

Rename mxcsr_feature_mask_init() to fpu__init_system_mxcsr()
to bring it in line with the rest of the nomenclature.

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/init.c