]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit3882ce1d53130725c4386411441f52953c218d0c
treec2cb18bf1deb097f61cea3ebec23bbd844e1e072
parent32353086b2dcf0d59aab188f179983929624e2aa
[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