Browse Source
Corrects an issue that was introduced when the interrupt locking/unlocking was added to the 'sched' benchmark by unlocking the interrupts before the context switch done by k_yield(), but after the call to z_unpend_first_thread(). Fixes PR #81050 Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>pull/81166/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue