Re: [RFC PATCH REBASED 1/3] sh: Move fpu_counter into ARCH specific thread_struct

2013-10-01 Thread Vineet Gupta
Hi Paul/SH folks. Would appreciate your ACK/NAK on this. Thx, -Vineet On 09/17/2013 11:47 AM, Vineet Gupta wrote: > 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. > >

[RFC PATCH REBASED 1/3] sh: Move fpu_counter into ARCH specific thread_struct

2013-09-16 Thread Vineet Gupta
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: Michel Lespinasse Cc: K