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