x86/fpu/init: Propagate __init annotations
authorIngo Molnar <mingo@kernel.org>
Mon, 4 May 2015 07:52:42 +0000 (09:52 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:48:11 +0000 (15:48 +0200)
commit32231879f66162352fc6f3041c5c2b1d965879b2
treecd32f9cc631c43b015560a2e65ecbc3b605eb5d5
parent5fd402dfa7fc97f8e8d74c92d24abadbdc4002ca
x86/fpu/init: Propagate __init annotations

Now that all the FPU init function call dependencies are
cleaned up we can propagate __init annotations deeper.

This shrinks the runtime size of the kernel a bit, and
also addresses a few section warnings.

Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
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/kernel/fpu/bugs.c
arch/x86/kernel/fpu/init.c
arch/x86/kernel/fpu/xstate.c