From: Ingo Molnar Date: Wed, 22 Apr 2015 14:33:08 +0000 (+0200) Subject: x86/fpu: Make kernel_fpu_disable/enable() static X-Git-Tag: omap-for-v4.2/fixes-rc1^2~174^2~214 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=416d49ac67ae3af8c98ecee2ebe0a883b95e213a;p=pandora-kernel.git x86/fpu: Make kernel_fpu_disable/enable() static This allows the compiler to inline them and to eliminate them: arch/x86/kernel/fpu/core.o: text data bss dec hex filename 6741 4 8 6753 1a61 core.o.before 6716 4 8 6728 1a48 core.o.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