Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/the.c

    rd4d36f9 r9d58539  
    4343
    4444#include <arch.h>
    45 #include <debug.h>
    4645
    4746/** Initialize THE structure
     
    5453void the_initialize(the_t *the)
    5554{
    56         the->preemption = 0;
     55        the->preemption_disabled = 0;
    5756        the->cpu = NULL;
    5857        the->thread = NULL;
     
    6059        the->as = NULL;
    6160        the->magic = MAGIC;
    62 #ifdef RCU_PREEMPT_A   
    63         the->rcu_nesting = 0;
    64 #endif
    6561}
    6662
Note: See TracChangeset for help on using the changeset viewer.