Changeset d4d36f9 in mainline for kernel/generic/include/arch.h


Ignore:
Timestamp:
2012-07-30T05:23:06Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
452e91b
Parents:
f0fcb04
Message:

rcu: Added another preemptible kernel rcu - A-RCU.

File:
1 edited

Legend:

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

    rf0fcb04 rd4d36f9  
    3838#include <arch/arch.h>  /* arch_pre_main() */
    3939#include <arch/asm.h>   /* get_stack_base() */
     40#include <config.h>
    4041
    4142
     
    6970typedef struct {
    7071        size_t preemption;     /**< Preemption disabled counter and flag. */
     72#ifdef RCU_PREEMPT_A
     73        size_t rcu_nesting;    /**< RCU nesting count and flag. */
     74#endif
    7175        struct thread *thread; /**< Current thread. */
    7276        struct task *task;     /**< Current task. */
Note: See TracChangeset for help on using the changeset viewer.