]> git.karo-electronics.de Git - linux-beck.git/blobdiff - kernel/sched/core.c
printk/sched: Introduce special printk_sched() for those awkward moments
[linux-beck.git] / kernel / sched / core.c
index b1ccce819ce262b7ce652856d5e09d2fa09d4e76..8781cec7c3e61a2554745dca759ae653a7c2b49d 100644 (file)
@@ -1284,7 +1284,7 @@ static int select_fallback_rq(int cpu, struct task_struct *p)
         * leave kernel.
         */
        if (p->mm && printk_ratelimit()) {
-               printk(KERN_INFO "process %d (%s) no longer affine to cpu%d\n",
+               printk_sched("process %d (%s) no longer affine to cpu%d\n",
                                task_pid_nr(p), p->comm, cpu);
        }