Subversion Repositories HelenOS

Rev

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

Rev 1820 Rev 1839
Line 56... Line 56...
56
    the->preemption_disabled = 0;
56
    the->preemption_disabled = 0;
57
    the->cpu = NULL;
57
    the->cpu = NULL;
58
    the->thread = NULL;
58
    the->thread = NULL;
59
    the->task = NULL;
59
    the->task = NULL;
60
    the->as = NULL;
60
    the->as = NULL;
61
    the->context = 0;
-
 
62
}
61
}
63
 
62
 
64
/** Copy THE structure
63
/** Copy THE structure
65
 *
64
 *
66
 * Copy the source THE structure to the destination THE structure.
65
 * Copy the source THE structure to the destination THE structure.