commit | ae0d1b2b790044d2598e08d60bc587aed38f2108 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Mar 29 16:25:27 2019 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Mar 29 22:13:40 2019 -0400 |
tree | 9a173e087f3437398deab4e885b7d08a665f62ca | |
parent | b4987a2c5799d4f91c94364496cd8e24a77688f1 [diff] |
kernel: sched: move stack sentinel check earlier Checking the stack sentinel may abort the current thread, make this check before we determine what the next thread to run is. Fixes: #15037 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>