git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cfb0d5
)
[PATCH] sched: reduce task_struct size
author
Ingo Molnar
<mingo@elte.hu>
Thu, 2 Aug 2007 15:41:40 +0000
(17:41 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 2 Aug 2007 15:41:40 +0000
(17:41 +0200)
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>
No differences found