X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FSchedule.c;h=f3982b148b8e1c6760ca20f6f8e043f9c8dfb6e6;hp=e3d025a180c4a62e1b59d7b63fdb83aad5c5d14f;hb=f24b406604bc64ff15ab57942d995ffcb5f2dc08;hpb=ab6d5c717abc8d6918c891a646e9f1c403355483 diff --git a/rts/Schedule.c b/rts/Schedule.c index e3d025a..f3982b1 100644 --- a/rts/Schedule.c +++ b/rts/Schedule.c @@ -1309,9 +1309,6 @@ scheduleHandleThreadBlocked( StgTSO *t // ASSERT(t->why_blocked != NotBlocked); // Not true: for example, - // - in THREADED_RTS, the thread may already have been woken - // up by another Capability. This actually happens: try - // conc023 +RTS -N2. // - the thread may have woken itself up already, because // threadPaused() might have raised a blocked throwTo // exception, see maybePerformBlockedException().