]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
timers, sched: Correct the comments for tick_sched_timer()
authorChuansheng Liu <chuansheng.liu@intel.com>
Wed, 24 Oct 2012 17:07:35 +0000 (01:07 +0800)
committerIngo Molnar <mingo@kernel.org>
Wed, 24 Oct 2012 08:16:51 +0000 (10:16 +0200)
commit351f181f9134d71efd46ddf0c0abca31b58cd79b
treee66399009438027512415bdebd894d59ccfb086d
parent0e9e3e306c7e472bdcffa34c4c4584301eda03b3
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 chuansheng <chuansheng.liu@intel.com>
Cc: fei.li@intel.com
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1351098455.15558.1421.camel@cliu38-desktop-build
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/time/tick-sched.c