printk: Remove no longer used LOG_PREFIX.
[linux-2.6-microblaze.git] / kernel / time / tick-sched.c
index 5b33e2f..69e673b 100644 (file)
@@ -885,7 +885,7 @@ static bool can_stop_idle_tick(int cpu, struct tick_sched *ts)
        if (need_resched())
                return false;
 
-       if (unlikely(local_softirq_pending() && cpu_online(cpu))) {
+       if (unlikely(local_softirq_pending())) {
                static int ratelimit;
 
                if (ratelimit < 10 &&