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:
5274f83
)
sched: idle_at_tick is only used when CONFIG_SMP is set
author
Henrik Austad
<henrik@austad.us>
Fri, 13 Feb 2009 19:35:45 +0000
(20:35 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 15 Feb 2009 20:16:10 +0000
(21:16 +0100)
Impact: struct rq size optimization
The idle_at_tick in struct rq is only used in SMP settings
and it does not make sense to have this in the rq in an UP setup.
Signed-off-by: Henrik Austad <henrik@austad.us>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found