Skip to content
Commit c375f15a authored by Vineet Gupta's avatar Vineet Gupta Committed by Linus Torvalds
Browse files

x86: move fpu_counter into ARCH specific thread_struct



Only a couple of arches (sh/x86) use fpu_counter in task_struct so it can
be moved out into ARCH specific thread_struct, reducing the size of
task_struct for other arches.

Compile tested i386_defconfig + gcc 4.7.3

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
Acked-by: default avatarIngo Molnar <mingo@kernel.org>
Cc: Paul Mundt <paul.mundt@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 616c05d1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment