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:
8179ca2
)
[PATCH] sched: reduce debug code
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)
move the rest of the debugging/instrumentation code to under
CONFIG_SCHEDSTATS too. This reduces code size and speeds code up:
text data bss dec hex filename
33044 4122 28 37194 914a sched.o.before
32708 4122 28 36858 8ffa sched.o.after
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found