From: Ingo Molnar Date: Tue, 28 Apr 2015 07:46:04 +0000 (+0200) Subject: x86/fpu: Move xfeature type enumeration to fpu/types.h X-Git-Tag: omap-for-v4.2/fixes-rc1^2~174^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91969d690f594f22c15055daf89cecd33584d65e;p=pandora-kernel.git 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 Cc: Borislav Petkov Cc: Dave Hansen Cc: Fenghua Yu Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Oleg Nesterov Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed