Files
zephyr/kernel
Andy Ross c5c3ad95de kernel/sched: Close hole with cross-core timeslice expirations
Moving timeslice events to timeouts isn't quite enough on SMP, as it's
still possible for systems that don't broadcast their timer interrupts
to end up handling an expiration for a foreign CPU.  There, we need an
IPI, and a symmetric call to z_time_slice() (which is itempotent and
fast) in the IPI ISR.

Signed-off-by: Andy Ross <andyross@google.com>
2023-03-09 09:21:12 +01:00
..
2022-03-18 13:24:08 -04:00
2022-11-05 16:41:45 +09:00
2023-01-26 10:00:29 +00:00
2022-08-24 17:49:20 +00:00
2022-05-09 09:26:20 +02:00