]> git.baikalelectronics.ru Git - kernel.git/commit
tick: Correct the comments for tick_sched_timer()
authorChuansheng Liu <chuansheng.liu@intel.com>
Wed, 24 Oct 2012 17:07:35 +0000 (01:07 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 1 Nov 2012 11:13:59 +0000 (12:13 +0100)
commit76af4ef5dd0b39ee8a4f36f06538129c85ae812b
tree9e0fb6cd0b5e039bbba4a54da17764c3da2552e3
parent5034a8b8f0be3896ca648ed9df5f5ed51e89582e
tick: 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: Thomas Gleixner <tglx@linutronix.de>
kernel/time/tick-sched.c