Changeset a0bb10ef in mainline for generic/src/proc/scheduler.c


Ignore:
Timestamp:
2006-03-23T11:49:11Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
303c94c
Parents:
281b607
Message:

Fix kcpulb() to change state of the migrated thread to Entering so that thread_ready() won't panic() on violated assertion.
Make print out of threads and tasks more dense again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/proc/scheduler.c

    r281b607 ra0bb10ef  
    563563#endif
    564564                                t->flags |= X_STOLEN;
     565                                t->state = Entering;
    565566                                spinlock_unlock(&t->lock);
    566567       
Note: See TracChangeset for help on using the changeset viewer.