]> git.baikalelectronics.ru Git - kernel.git/commit
x86/fpu/xstate: Clean up setup_xstate_comp() call
authorIngo Molnar <mingo@kernel.org>
Mon, 4 May 2015 07:43:55 +0000 (09:43 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:48:11 +0000 (15:48 +0200)
commitc9a84b7936d659e61a83d39f052a641126ab7971
tree9f6195b20f94d09e05f8c0c0713ee3f8b288b23a
parent586234c060d3a3e411a1e08bd8e1df301dfff490
x86/fpu/xstate: Clean up setup_xstate_comp() call

So call setup_xstate_comp() from the xstate init code, not
from the generic fpu__init_system() code.

This allows us to remove the protytype from xstate.h as well.

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/include/asm/fpu/xstate.h
arch/x86/kernel/fpu/init.c
arch/x86/kernel/fpu/xstate.c