commit | d88ce65463c43bc87f8471c14068efebc9cb1e65 | [log] [tgz] |
---|---|---|
author | Lauren Murphy <lauren.murphy@intel.com> | Tue Mar 09 16:41:43 2021 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Mar 10 14:27:33 2021 -0500 |
tree | 2d34e32f5a20a9daf8cc77ed7b03410bd453c636 | |
parent | e31547dc9633cad9ce27e5be02c8acd47da15652 [diff] |
kernel/sched: only send IPI to abort thread if hardware supports it Wrap arch_sched_ipi() call in z_thread_abort() with ifdef checking for hardware support of IPI. Fixes #32723 Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>