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)
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

index a40260885265707603d72dee9df79f030e973221..2bc73d3bf7fa6fbf35c6d31945badd9fb4f1e71a 100644 (file)
@@ -794,7 +794,7 @@ void tick_check_idle(int cpu)
 #ifdef CONFIG_HIGH_RES_TIMERS
 /*
  * We rearm the timer until we get disabled by the idle code.
- * Called with interrupts disabled and timer->base->cpu_base->lock held.
+ * Called with interrupts disabled.
  */
 static enum hrtimer_restart tick_sched_timer(struct hrtimer *timer)
 {
This page took 0.030215 seconds and 5 git commands to generate.