Changes in kernel/generic/src/proc/the.c [d4d36f9:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/the.c
rd4d36f9 r9d58539 43 43 44 44 #include <arch.h> 45 #include <debug.h>46 45 47 46 /** Initialize THE structure … … 54 53 void the_initialize(the_t *the) 55 54 { 56 the->preemption = 0;55 the->preemption_disabled = 0; 57 56 the->cpu = NULL; 58 57 the->thread = NULL; … … 60 59 the->as = NULL; 61 60 the->magic = MAGIC; 62 #ifdef RCU_PREEMPT_A63 the->rcu_nesting = 0;64 #endif65 61 } 66 62
Note:
See TracChangeset
for help on using the changeset viewer.