Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2864 → Rev 2865

/branches/tracing/kernel/generic/src/main/uinit.c
45,6 → 45,7
#include <proc/thread.h>
#include <userspace.h>
#include <mm/slab.h>
#include <udebug/udebug.h>
#include <arch.h>
 
/** Thread used to bring up userspace thread.
65,6 → 66,8
* deployed for the event of forceful task termination.
*/
thread_detach(THREAD);
 
udebug_stoppable_end();
uarg.uspace_entry = ((uspace_arg_t *) arg)->uspace_entry;
uarg.uspace_stack = ((uspace_arg_t *) arg)->uspace_stack;