X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=kernel%2Ftime%2Ftick-sched.c;fp=kernel%2Ftime%2Ftick-sched.c;h=d257721c68b8fc74d85601b713cded1bffded8d7;hb=fbb9c58e56f2ee56e77b19fdfac131d57d3341c1;hp=2d76c91b85de428aac7bd6627533170f6697ad56;hpb=0e59732ed61a24458b6875c162660dc0758b678f;p=sfrench%2Fcifs-2.6.git diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c index 2d76c91b85de..d257721c68b8 100644 --- a/kernel/time/tick-sched.c +++ b/kernel/time/tick-sched.c @@ -188,7 +188,7 @@ static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) */ if (unlikely(tick_do_timer_cpu == TICK_DO_TIMER_NONE)) { #ifdef CONFIG_NO_HZ_FULL - WARN_ON(tick_nohz_full_running); + WARN_ON_ONCE(tick_nohz_full_running); #endif tick_do_timer_cpu = cpu; } @@ -1538,7 +1538,7 @@ void tick_cancel_sched_timer(int cpu) } #endif -/** +/* * Async notification about clocksource changes */ void tick_clock_notify(void) @@ -1559,7 +1559,7 @@ void tick_oneshot_notify(void) set_bit(0, &ts->check_clocks); } -/** +/* * Check, if a change happened, which makes oneshot possible. * * Called cyclic from the hrtimer softirq (driven by the timer