[tip:timers/urgent] timers, sched: Correct the comments for tick_sched_timer()

2012-10-24 Thread tip-bot for Chuansheng Liu
Commit-ID: 351f181f9134d71efd46ddf0c0abca31b58cd79b Gitweb: http://git.kernel.org/tip/351f181f9134d71efd46ddf0c0abca31b58cd79b Author: Chuansheng Liu AuthorDate: Thu, 25 Oct 2012 01:07:35 +0800 Committer: Ingo Molnar CommitDate: Wed, 24 Oct 2012 10:16:51 +0200 timers, sched: Correct

sched: correct the comments for tick_sched_timer()

2012-10-24 Thread Chuansheng Liu
In the comments of function tick_sched_timer(), the sentence "timer->base->cpu_base->lock held" is not right. In function __run_hrtimer(), before call timer->function(), the cpu_base->lock has been unlocked. Signed-off-by: liu chuansheng --- kernel/time/tick-sched.c |2 +- 1 files

sched: correct the comments for tick_sched_timer()

2012-10-24 Thread Chuansheng Liu
In the comments of function tick_sched_timer(), the sentence timer-base-cpu_base-lock held is not right. In function __run_hrtimer(), before call timer-function(), the cpu_base-lock has been unlocked. Signed-off-by: liu chuansheng chuansheng@intel.com --- kernel/time/tick-sched.c |2 +-

[tip:timers/urgent] timers, sched: Correct the comments for tick_sched_timer()

2012-10-24 Thread tip-bot for Chuansheng Liu
10:16:51 +0200 timers, sched: Correct the comments for tick_sched_timer() In the comments of function tick_sched_timer(), the sentence timer-base-cpu_base-lock held is not right. In function __run_hrtimer(), before call timer-function(), the cpu_base-lock has been unlocked. Signed-off-by: liu