Changeset 769a128 in mainline
- Timestamp:
- 2010-05-20T20:58:40Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f34c09e
- Parents:
- dbd5df1b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/spinlock.h
rdbd5df1b r769a128 184 184 185 185 typedef struct { 186 spinlock_t lock;/**< Spinlock */187 bool guard; 188 ipl_t ipl; 186 SPINLOCK_DECLARE(lock); /**< Spinlock */ 187 bool guard; /**< Flag whether ipl is valid */ 188 ipl_t ipl; /**< Original interrupt level */ 189 189 } irq_spinlock_t; 190 190
Note:
See TracChangeset
for help on using the changeset viewer.