OSDN Git Service

x86/fpu: Make init_fpu() static
authorIngo Molnar <mingo@kernel.org>
Fri, 3 Apr 2015 10:17:28 +0000 (12:17 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:47:11 +0000 (15:47 +0200)
commitbda283796b38baae3ec5c8c788b143b1fb9dcc77
treee6b7e15f1e379141fc454c41b0b73750fe90b782
parent97185c95f7ab7f752473c34672dab0925758094b
x86/fpu: Make init_fpu() static

Now that the allocation users have been split off into a separate
function, init_fpu() has become local to i387.c: make it static.

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/i387.h
arch/x86/kernel/i387.c