mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-24 20:00:22 +00:00
scx_rusty: Fix typo
Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
This commit is contained in:
parent
7c924e001b
commit
5d85937842
@ -1097,7 +1097,7 @@ void BPF_STRUCT_OPS(rusty_enqueue, struct task_struct *p, u64 enq_flags)
|
||||
if (!(taskc = lookup_task_ctx(p)))
|
||||
return;
|
||||
if (!(p_cpumask = taskc->cpumask)) {
|
||||
scx_bpf_error("NULL cpmask");
|
||||
scx_bpf_error("NULL cpumask");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user