]> Git Repo - linux.git/commit
x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID
authorAndy Lutomirski <[email protected]>
Wed, 28 Sep 2016 23:06:33 +0000 (16:06 -0700)
committerIngo Molnar <[email protected]>
Fri, 30 Sep 2016 11:53:04 +0000 (13:53 +0200)
commit05fb3c199bb09f5b85de56cc3ede194ac95c5e1f
treea77a4e4668b1f1458cf3afed17eeb3489fc24eb8
parente4aad64597d7a2455a541f904365b48d607916db
x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID

Otherwise arch_task_struct_size == 0 and we die.  While we're at it,
set X86_FEATURE_ALWAYS, too.

Reported-by: David Saggiorato <[email protected]>
Tested-by: David Saggiorato <[email protected]>
Signed-off-by: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Fixes: aaeb5c01c5b ("x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86")
Link: http://lkml.kernel.org/r/8de723afbf0811071185039f9088733188b606c9.1475103911.git.luto@kernel.org
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/cpu/common.c
This page took 0.057423 seconds and 4 git commands to generate.