x86/fpu: Move FPU data structures to asm/fpu_types.h
authorIngo Molnar <mingo@kernel.org>
Wed, 22 Apr 2015 07:57:24 +0000 (09:57 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 May 2015 13:47:15 +0000 (15:47 +0200)
commit14b9675ae9c83c764c0c1fdf4b33f0e9156a4e4f
tree8e7df219897c32258a66f9eca74552627a8053a1
parent126009993faa7a750835e67f3ccb90cee124ffa7
x86/fpu: Move FPU data structures to asm/fpu_types.h

Move the FPU details to asm/fpu_types.h, to further factor out the
FPU code.

( As an added bonus, the 'struct orig_ist' definition now moves
  next to its other data types - the FPU definitions were
  slapped in the middle of them for some mysterious reason. )

No code changed.

Reviewed-by: Borislav Petkov <bp@alien8.de>
Cc: Andy Lutomirski <luto@amacapital.net>
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 [new file with mode: 0644]
arch/x86/include/asm/processor.h
This page took 0.024959 seconds and 5 git commands to generate.