X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fsched_idletask.c;h=5f93b570d3832cf47068e01942cdd8f36685a078;hb=fd9be0dc9b0b2baf203cfef8c8109859d05d0e01;hp=21b969a287251a1960404824c82a5e95e935a9b5;hpb=3981e152864fcc1dbbb564e1f4c0ae11a09639d2;p=~andy%2Flinux diff --git a/kernel/sched_idletask.c b/kernel/sched_idletask.c index 21b969a2872..5f93b570d38 100644 --- a/kernel/sched_idletask.c +++ b/kernel/sched_idletask.c @@ -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); }