rt: Rename stk_seg.limit to stk_seg.end

rust_task is using the word limit it two ways, so one has to change.
This commit is contained in:
Brian Anderson
2011-12-06 17:03:54 -08:00
parent 3d7b89bc4d
commit 5d1a1dc420
3 changed files with 8 additions and 9 deletions

View File

@@ -286,7 +286,6 @@ rust_scheduler::start_main_loop() {
scheduled_task->state->name);
place_task_in_tls(scheduled_task);
//pthread_setspecific(89, (void *)scheduled_task->stk->limit);
interrupt_flag = 0;