Skip to content
Commit 37c9b3d5 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

sched/sched: Implements a global scheduler lock capability as part of SMP...

sched/sched:  Implements a global scheduler lock capability as part of SMP support.  This allows the scheduler to be locked with no knowledge or access to the TCB of the currently running task.  This is necessary because accessing the TCB of the currenlty running task is, itself, a non-atomic operation.  This global scheduler lock cpability was add just to support that atomic access to the TCB.
parent f51693e3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment