commit | 5737b5c84345a8e5ad9b35ed494afafaffe32a29 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Tue Feb 04 13:52:09 2020 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Feb 04 17:50:11 2020 -0500 |
tree | 53bcde1cc00528a1b2302f086f7820333f6e4735 | |
parent | c44d566aeed53bcde7de9563d54b63d5829128e0 [diff] |
kernel/sched: Re-add IPI calls on k_wakeup() and k_thread_priority_set() These got dropped by an earlier patch, but are required on SMP systems so synchronously notify other CPUs of changed scheduler state. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>