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
Please register or sign in to comment