Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: Do not mark thread as queued in k_yield()
SMP does not need to mark the current thread as queued in k_yield() as that will naturally get done in do_swap(). Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
- Loading branch information