]> git.ipfire.org Git - people/arne_f/kernel.git/commit - arch/x86/kernel/fpu/xstate.c
x86/fpu: Factor out fpu/regset.h from fpu/internal.h
authorIngo Molnar <mingo@kernel.org>
Thu, 30 Apr 2015 06:53:18 +0000 (08:53 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:48:06 +0000 (15:48 +0200)
commit59a36d16be8f9f68410f1bd396577fb7f31ae877
treecc84c0a1546a87738cb00222ed185b2fa6c2dca0
parentfcbc99c403c4a1a24ac4744e08c04da3ec18a68c
x86/fpu: Factor out fpu/regset.h from fpu/internal.h

Only a few places use the regset definitions, so factor them out.

Also fix related header dependency assumptions.

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/internal.h
arch/x86/include/asm/fpu/regset.h [new file with mode: 0644]
arch/x86/include/asm/fpu/xstate.h
arch/x86/kernel/fpu/core.c
arch/x86/kernel/fpu/xstate.c
arch/x86/kernel/ptrace.c