]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/sched_idletask.c
sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()
[mv-sheeva.git] / kernel / sched_idletask.c
index 33d5384a73a86b09a0493600ce4e4b06cf1b9ac5..b810e22772d5c25819c1f4766479274a682fedf7 100644 (file)
@@ -35,7 +35,7 @@ static void
 dequeue_task_idle(struct rq *rq, struct task_struct *p, int sleep)
 {
        spin_unlock_irq(&rq->lock);
-       printk(KERN_ERR "bad: scheduling from the idle thread!\n");
+       pr_err("bad: scheduling from the idle thread!\n");
        dump_stack();
        spin_lock_irq(&rq->lock);
 }