x86/fpu: Move __save_fpu() into fpu/core.c
authorIngo Molnar <mingo@kernel.org>
Thu, 23 Apr 2015 15:49:29 +0000 (17:49 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:47:27 +0000 (15:47 +0200)
commit2d75bcf31470b15205f915aae725a284bc8f2da8
tree6748bb81e70e41763b4df41eaad229a45e76291e
parent384a23f939912d368d2b42e1b41992be09aaf266
x86/fpu: Move __save_fpu() into fpu/core.c

This helper function is only used in fpu/core.c, move it there.

This slightly speeds up compilation.

Reviewed-by: Borislav Petkov <bp@alien8.de>
Cc: Andy Lutomirski <luto@amacapital.net>
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/include/asm/fpu-internal.h
arch/x86/kernel/fpu/core.c
This page took 0.024862 seconds and 5 git commands to generate.