Changeset 393f631 in mainline for src/proc/thread.c
- Timestamp:
- 2005-08-31T21:51:04Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 33ccb2c
- Parents:
- 94f0ae4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/proc/thread.c
r94f0ae4 r393f631 186 186 spinlock_unlock(&tidlock); 187 187 cpu_priority_restore(pri); 188 188 189 189 memsetb(frame_ks, THREAD_STACK_SIZE, 0); 190 190 link_initialize(&t->rq_link); … … 194 194 t->kstack = (__u8 *) frame_ks; 195 195 t->ustack = (__u8 *) frame_us; 196 197 196 198 197 context_save(&t->saved_context);
Note:
See TracChangeset
for help on using the changeset viewer.