Changeset bcdd9aa in mainline for src/proc/thread.c
- Timestamp:
- 2005-08-30T09:44:07Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dfbc229
- Parents:
- a6f8899
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/proc/thread.c
ra6f8899 rbcdd9aa 197 197 context_save(&t->saved_context); 198 198 context_set(&t->saved_context, FADDR(cushion), t->kstack, THREAD_STACK_SIZE); 199 200 the_initialize((the_t *) t->kstack); 199 201 200 202 pri = cpu_priority_high();
Note:
See TracChangeset
for help on using the changeset viewer.