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:
694593e
)
sched_rt: don't start timer when rt bandwidth disabled
author
Hiroshi Shimamoto
<h-shimamoto@ct.jp.nec.com>
Wed, 25 Feb 2009 17:59:26 +0000
(09:59 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 26 Feb 2009 13:18:55 +0000
(14:18 +0100)
Impact: fix incorrect condition check
No need to start rt bandwidth timer when rt bandwidth is disabled.
If this timer starts, it may stop at sched_rt_period_timer() on the first time.
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found