]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit653a2e54e19b471b642b1d1e011354a9d3bf34b6
treecd32f9cc631c43b015560a2e65ecbc3b605eb5d5
parentc9a84b7936d659e61a83d39f052a641126ab7971
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