From: Ingo Molnar Date: Wed, 22 Apr 2015 11:44:25 +0000 (+0200) Subject: x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~174^2~221 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d1640927bd54aa118f91c2bcfe6c2de0e2ba2a3;p=pandora-kernel.git x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs() Move the boot-time FPU bug detection code to the other FPU boot time init code in fpu/init.c. No change in code size: text data bss dec hex filename 13044568 1884440 1130496 16059504 f50c70 vmlinux.before 13044568 1884440 1130496 16059504 f50c70 vmlinux.after 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