]> asedeno.scripts.mit.edu Git - linux.git/commit
x86/fpu: Move xfeature type enumeration to fpu/types.h
authorIngo Molnar <mingo@kernel.org>
Tue, 28 Apr 2015 07:46:04 +0000 (09:46 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:47:56 +0000 (15:47 +0200)
commit91969d690f594f22c15055daf89cecd33584d65e
tree7fd9353811cb4c0bdfd7e2dfc604d9543461642a
parent677b98bdd5b93d89ad58b8a4679db086dfbaa854
x86/fpu: Move xfeature type enumeration to fpu/types.h

So xsave.h is an internal header that FPU using drivers commonly include,
to get access to the xstate feature names, amongst other things.

Move these type definitions to fpu/fpu.h to allow simplification
of FPU using driver code.

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