remove _current NULL check in ARM's _is_thread_user() #4082
Labels
area: Kernel
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Uh oh!
There was an error while loading. Please reload this page.
See #4080 . the call to k_object_access_grant() in setup_new_thread() makes this necessary. revise the code so we don't need the extra NULL check in this very hot code path.
The text was updated successfully, but these errors were encountered: