From: Vineet Gupta Date: Tue, 12 Nov 2013 23:08:47 +0000 (-0800) Subject: sched: remove ARCH specific fpu_counter from task_struct X-Git-Tag: v3.13-rc1~106^2~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27f69e68a5e534412faebc53a4e04acc9ce7fd7e;p=pandora-kernel.git sched: remove ARCH specific fpu_counter from task_struct fpu_counter in task_struct was used only by sh/x86. Both of these now carry it in ARCH specific thread_struct, hence this can now be removed from generic task_struct, shrinking it slightly for other arches. Signed-off-by: Vineet Gupta Cc: Ingo Molnar Cc: Paul Mundt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed