Rev 1787 | Rev 1839 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1787 | Rev 1820 | ||
---|---|---|---|
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; |
|
61 | } |
62 | } |
62 | 63 | ||
63 | /** Copy THE structure |
64 | /** Copy THE structure |
64 | * |
65 | * |
65 | * Copy the source THE structure to the destination THE structure. |
66 | * Copy the source THE structure to the destination THE structure. |