commit | cac64d00c256e65776d575e82aaf540632b66178 | [log] [tgz] |
---|---|---|
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | Wed Feb 25 09:59:26 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Feb 26 14:18:55 2009 +0100 |
tree | 993ca627d80b76baefe322c3cbef9f1599d55bff | |
parent | 694593e3374a67d95ece6a275a1f181644c2c4d8 [diff] |
sched_rt: don't start timer when rt bandwidth disabled 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>