Subversion Repositories HelenOS-historic

Rev

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

Rev 350 Rev 391
Line 41... Line 41...
41
{
41
{
42
    the->preemption_disabled = 0;
42
    the->preemption_disabled = 0;
43
    the->cpu = NULL;
43
    the->cpu = NULL;
44
    the->thread = NULL;
44
    the->thread = NULL;
45
    the->task = NULL;
45
    the->task = NULL;
-
 
46
    the->vm = NULL;
46
}
47
}
47
 
48
 
48
/** Copy THE structure
49
/** Copy THE structure
49
 *
50
 *
50
 * Copy the source THE structure to the destination THE structure.
51
 * Copy the source THE structure to the destination THE structure.