]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sched: remove ARCH specific fpu_counter from task_struct
authorVineet Gupta <Vineet.Gupta1@synopsys.com>
Tue, 5 Nov 2013 05:56:09 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:09 +0000 (16:56 +1100)
commit31dda73b002e77342a1bc0b0121b90b6468e0f69
treeea41ee50854eb1f325bcce9efd4684222ae2e700
parentfcec76dff8914c5f1299773466e9df3936ec7f90
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 <vgupta@synopsys.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mundt <paul.mundt@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/sched.h