Skip to content
Commit 60247ca1 authored by Andy Ross's avatar Andy Ross Committed by Andrew Boie
Browse files

kernel/sched: Correct IPI usage



These two spots were calling z_sched_ipi() (the IPI handler run under
the ISR, which is a noop here because obviously the current thread
isn't DEAD) and not arch_sched_ipi() (which triggers an IPI on other
CPUs to inform them of scheduling state changes), presumably because
of a typo.

Apparently we don't have tests for k_wakeup() and
k_thread_priority_set() that are sensitive to latency in SMP
contexts...

Signed-off-by: default avatarAndy Ross <andrew.j.ross@intel.com>
parent 86430d8d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment