We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38bdfb commit f50ad66Copy full SHA for f50ad66
kernel/sched/core.c
@@ -6775,8 +6775,6 @@ static void __sched notrace __schedule(int sched_mode)
6775
next->nr_cpus_allowed == 1) {
6776
// store cyclictest task_struct after rt priority, cpu affinity are set
6777
cyclictest_task[cpu] = next;
6778
- printk("cyclictest_task[%d]: pid %d\n",
6779
- cpu, cyclictest_task[cpu]->pid);
6780
}
6781
6782
trace_sched_switch(preempt, prev, next, prev_state);
0 commit comments