rt: Stop waking up the scheduler on a timer

This commit is contained in:
Brian Anderson
2012-02-02 18:23:01 -08:00
parent b1a090c7c4
commit cd774fc5fa

View File

@@ -229,7 +229,7 @@ rust_scheduler::start_main_loop() {
DLOG(this, task,
"all tasks are blocked, scheduler id %d yielding ...",
id);
lock.timed_wait(10);
lock.wait();
reap_dead_tasks();
DLOG(this, task,
"scheduler %d resuming ...", id);