From: Ingo Molnar Date: Sat, 25 Apr 2015 04:50:09 +0000 (+0200) Subject: x86/fpu: Propagate once per boot quirk into fpu__init_system_xstate() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~174^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62db6871ae862fbd7f7abfebffe501b170698a8b;p=pandora-kernel.git x86/fpu: Propagate once per boot quirk into fpu__init_system_xstate() Linearize the call sequence in xsave_init(): fpu__init_system_xstate(); fpu__init_cpu_xstate(); We do this by propagating the boot-once quirk into fpu__init_system_xstate(). fpu__init_cpu_xstate() is safe to be called multiple time. Reviewed-by: Borislav Petkov Cc: Andy Lutomirski Cc: Dave Hansen Cc: Fenghua Yu Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Oleg Nesterov Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed