Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/arch.h

    raae365bc ra6e55886  
    6666typedef struct {
    6767        size_t preemption;     /**< Preemption disabled counter and flag. */
     68#ifdef RCU_PREEMPT_A
     69        size_t rcu_nesting;    /**< RCU nesting count and flag. */
     70#endif
    6871        struct thread *thread; /**< Current thread. */
    6972        struct task *task;     /**< Current task. */
Note: See TracChangeset for help on using the changeset viewer.