OSDN Git Service

x86/fpu: Split out the boot time FPU init code into fpu/init.c
authorIngo Molnar <mingo@kernel.org>
Wed, 22 Apr 2015 08:53:34 +0000 (10:53 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:47:16 +0000 (15:47 +0200)
commit0c8675379048f36c76ad3a46519310ee2d626b2f
tree822665734b246224f21c4906886aedd4818eea05
parentf89e32e0a3df2f29d61fdc120ac62654ef267111
x86/fpu: Split out the boot time FPU init code into fpu/init.c

Move boot time FPU initialization code into init.c, to better
isolate it into its own domain.

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/Makefile
arch/x86/kernel/fpu/core.c
arch/x86/kernel/fpu/init.c [new file with mode: 0644]