Made root_task no longer special.

This commit is contained in:
Eric Holk
2011-07-23 14:01:43 -07:00
parent c15871ac51
commit b51f5c395c
8 changed files with 18 additions and 20 deletions

View File

@@ -123,9 +123,6 @@ rust_task : public maybe_proxy<rust_task>,
void die();
void unblock();
void check_active() { I(sched, sched->curr_task == this); }
void check_suspended() { I(sched, sched->curr_task != this); }
// Print a backtrace, if the "bt" logging option is on.
void backtrace();