[SPARC32]: Use correct atomic initializer for semaphore counters
Semaphores use 24-bit atomics, not 32. Using the wrong initializer causes immediate deadlock under SMP, and incorrect results under UP.
Showing
Please register or sign in to comment