Changeset 9a1b20c in mainline for kernel/generic/src/main/uinit.c
- Timestamp:
- 2008-09-17T12:16:27Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fb9b0b0
- Parents:
- 06a195bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/uinit.c
r06a195bc r9a1b20c 47 47 #include <mm/slab.h> 48 48 #include <arch.h> 49 #include <udebug/udebug.h> 50 49 51 50 52 /** Thread used to bring up userspace thread. … … 66 68 */ 67 69 thread_detach(THREAD); 70 71 #ifdef CONFIG_UDEBUG 72 udebug_stoppable_end(); 73 #endif 68 74 69 75 uarg.uspace_entry = ((uspace_arg_t *) arg)->uspace_entry;
Note:
See TracChangeset
for help on using the changeset viewer.