Skip to content

Commit c047e6e

Browse files
committed
Revert "Print cyclictest pid"
This reverts commit 7cc6ad6. Not sure if adding printk in scheduler code is ok. Doesn't seem to cause any issues but still, better to revert as we'll get this info in coredump anyway.
1 parent e143c09 commit c047e6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/sched/core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6774,7 +6774,6 @@ static void __sched notrace __schedule(int sched_mode)
67746774
strncmp(next->comm, "cyclictest", 10) == 0) {
67756775
// Observe first cyclictest task with RT priority
67766776
cyclictest_task = next;
6777-
printk("Observing cyclictest pid %d", cyclictest_task->pid);
67786777
}
67796778
}
67806779
trace_sched_switch(preempt, prev, next, prev_state);

0 commit comments

Comments
 (0)