tracing: Remove CONFIG_TRACE_POWER from kernel config
[deliverable/linux.git] / kernel / sched_idletask.c
index 21b969a287251a1960404824c82a5e95e935a9b5..5f93b570d3832cf47068e01942cdd8f36685a078 100644 (file)
@@ -35,7 +35,7 @@ static void
 dequeue_task_idle(struct rq *rq, struct task_struct *p, int sleep)
 {
        raw_spin_unlock_irq(&rq->lock);
-       pr_err("bad: scheduling from the idle thread!\n");
+       printk(KERN_ERR "bad: scheduling from the idle thread!\n");
        dump_stack();
        raw_spin_lock_irq(&rq->lock);
 }
This page took 0.02378 seconds and 5 git commands to generate.