Subversion Repositories HelenOS

Rev

Rev 2071 | Rev 2446 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2087
Line 46... Line 46...
46
#include <userspace.h>
46
#include <userspace.h>
47
#include <mm/slab.h>
47
#include <mm/slab.h>
48
 
48
 
49
/** Thread used to bring up userspace thread.
49
/** Thread used to bring up userspace thread.
50
 *
50
 *
51
 * @param arg Pointer to structure containing userspace entry and stack addresses.
51
 * @param arg Pointer to structure containing userspace entry and stack
-
 
52
 *     addresses.
52
 */
53
 */
53
void uinit(void *arg)
54
void uinit(void *arg)
54
{
55
{
55
    uspace_arg_t uarg;
56
    uspace_arg_t uarg;
56
   
57