[PATCH] sched: reduce task_struct size
authorIngo Molnar <mingo@elte.hu>
Thu, 2 Aug 2007 15:41:40 +0000 (17:41 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 2 Aug 2007 15:41:40 +0000 (17:41 +0200)
commit94c18227d1e3f02de5b345bd3cd5c960214dc9c8
treec2cb18bf1deb097f61cea3ebec23bbd844e1e072
parent6cfb0d5d06bea2b8791f32145eae539d524e5f6c
[PATCH] sched: reduce task_struct size

more task_struct size reduction, by moving the debugging/instrumentation
fields to under CONFIG_SCHEDSTATS:

 (i386, nodebug):

                          size
                          ----
     pre-CFS              1328
         CFS              1472
         CFS+patch        1376

Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/sched.h