From: Vineet Gupta Date: Tue, 12 Nov 2013 23:08:46 +0000 (-0800) Subject: x86: move fpu_counter into ARCH specific thread_struct X-Git-Tag: v3.13-rc1~106^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c375f15a434db1867cb004bafba92aba739e4e39;p=pandora-kernel.git 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: Vineet Gupta Acked-by: Ingo Molnar Cc: Paul Mundt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed