mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
sched_ext: Normalize exit dump header to "on CPU N"
Unify to uppercase to match the UEI output. Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
d757ac2ee7
commit
4c81b2b2a2
|
|
@ -6447,7 +6447,7 @@ static void scx_dump_state(struct scx_sched *sch, struct scx_exit_info *ei,
|
|||
dump_line(&s, "Debug dump triggered by %s", ei->reason);
|
||||
} else {
|
||||
if (ei->exit_cpu >= 0)
|
||||
dump_line(&s, "%s[%d] triggered exit kind %d on cpu %d:",
|
||||
dump_line(&s, "%s[%d] triggered exit kind %d on CPU %d:",
|
||||
current->comm, current->pid, ei->kind,
|
||||
ei->exit_cpu);
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user