You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove obsolete NOSCHED_ENTER/LEAVE and CRITICAL_ENTER/LEAVE macros
All calls to NOSCHED_ENTER(), NOSCHED_LEAVE(), CRITICAL_ENTER(), and
CRITICAL_LEAVE() have been replaced with spinlock-based synchronization
primitives throughout the kernel.
As a result, these macros are no longer used and have been removed from
include/sys/task.h to clean up the codebase and avoid confusion.
0 commit comments