simonmar 2005/10/27 08:17:11 PDT
Modified files:
ghc/rts STM.c
Log:
unpark_tso: call unblockOne() instead of doing the job inline. This
properly migrates the thread, setting its task to point back to the
right capability, if necessary.
Revision Changes Path
1.8 +1 -2 fptools/ghc/rts/STM.c