Rev 534 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 703 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | { |
40 | { |
41 | the->preemption_disabled = 0; |
41 | the->preemption_disabled = 0; |
42 | the->cpu = NULL; |
42 | the->cpu = NULL; |
43 | the->thread = NULL; |
43 | the->thread = NULL; |
44 | the->task = NULL; |
44 | the->task = NULL; |
45 | the->vm = NULL; |
45 | the->as = NULL; |
46 | } |
46 | } |
47 | 47 | ||
48 | /** Copy THE structure |
48 | /** Copy THE structure |
49 | * |
49 | * |
50 | * Copy the source THE structure to the destination THE structure. |
50 | * Copy the source THE structure to the destination THE structure. |