Changeset dc747e3 in mainline for generic/include/cpu.h
- Timestamp:
- 2005-12-15T10:27:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7dd2561
- Parents:
- 3fc03fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/cpu.h
r3fc03fd rdc747e3 43 43 44 44 struct cpu { 45 spinlock_t lock;45 SPINLOCK_DECLARE(lock); 46 46 context_t saved_context; 47 47 … … 50 50 volatile count_t needs_relink; 51 51 52 spinlock_t timeoutlock;52 SPINLOCK_DECLARE(timeoutlock); 53 53 link_t timeout_active_head; 54 54
Note:
See TracChangeset
for help on using the changeset viewer.