fix possible ^C problems
authorSimon Marlow <simonmar@microsoft.com>
Thu, 8 Jun 2006 14:44:57 +0000 (14:44 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 8 Jun 2006 14:44:57 +0000 (14:44 +0000)
Calling prodAllCapabilities() from interruptStgRts() was wrong, for
the same reasons that we stopped doing it in handle_tick().  We now
use the same mechanism (send a byte down the pipe to the IO manager
thread), but abstract it in a wakeUpRts() function in the scheduler.


No differences found