Skip to content
Commit 96394f33 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

SMP: Fix a gap where we may try to make modifications to the task lists...

SMP: Fix a gap where we may try to make modifications to the task lists without being in a critical sections.  That permits concurrent access to the tasks lists and many subtle problems.  This fix just remains in the critical section throughout the operation (and possible until the task is restore in the event of a context switch).  Makes a big difference in stability
parent 88da65ad
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