Changeset f651e80 in mainline for kernel/generic/src/main/kinit.c
- Timestamp:
- 2009-01-08T12:07:38Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7447572
- Parents:
- c571f42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
rc571f42 rf651e80 111 111 thread_ready(thread); 112 112 } else 113 panic("Unable to create kmp thread \n");113 panic("Unable to create kmp thread."); 114 114 thread_join(thread); 115 115 thread_detach(thread);
Note:
See TracChangeset
for help on using the changeset viewer.