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

sigtimedwait: When timer expires, up_unblock_task() is called. This is okay...

sigtimedwait: When timer expires, up_unblock_task() is called.  This is okay in the single CPU case because interrupts are disable in the timer interrupt handler.  But it is insufficient in the SMP case.  enter_ and leave_critical_section() must be called in order to manage spinlocks correctly.
parent e08660c3
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