Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: Remove clearing of swap_ok in do_swap()
Removes an unnecessary clearing of the current CPU's swap_ok field in do_swap() as that clearing is already done at the end of next_up() which was just called by z_swap_next_thread() a little earlier. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
- Loading branch information