]> git.karo-electronics.de Git - linux-beck.git/commit
x86/fpu: Remove run-once init quirks
authorIngo Molnar <mingo@kernel.org>
Thu, 30 Apr 2015 07:17:50 +0000 (09:17 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:48:06 +0000 (15:48 +0200)
commitacd58a3ad0ed5875fb88bbb078309a3d7ee147a0
treea2f2021c128f4473bd7efc61e20de522352456fe
parent59a36d16be8f9f68410f1bd396577fb7f31ae877
x86/fpu: Remove run-once init quirks

Remove various boot quirks that came from the old code.

The new code is cleanly split up into per-system and per-cpu
init sequences, and system init functions are only called once.

Remove the run-once quirks.

Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
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
arch/x86/kernel/fpu/xstate.c