sched: core: silence no longer affine to cpu logspam
Signed-off-by: engstk <eng.stk@sapo.pt>
This commit is contained in:
parent
4861626fb1
commit
e7cede92a8
1 changed files with 1 additions and 1 deletions
|
@ -2545,7 +2545,7 @@ out:
|
|||
* leave kernel.
|
||||
*/
|
||||
if (p->mm && printk_ratelimit()) {
|
||||
printk_deferred("process %d (%s) no longer affine to cpu%d\n",
|
||||
pr_debug("process %d (%s) no longer affine to cpu%d\n",
|
||||
task_pid_nr(p), p->comm, cpu);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue