Changeset 37c57f2 in mainline for generic/src/proc/thread.c
- Timestamp:
- 2006-03-16T20:56:22Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ff14c520
- Parents:
- 6a22fcb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/proc/thread.c
r6a22fcb r37c57f2 413 413 if (t->cpu) 414 414 printf("cpu%d ", t->cpu->id); 415 416 415 printf("\n"); 417 416 } 418 417 419 418 spinlock_unlock(&threads_lock); 420 interrupts_ enable();421 } 419 interrupts_restore(ipl); 420 }
Note:
See TracChangeset
for help on using the changeset viewer.