Changeset 5f85c91 in mainline for generic/src/synch/spinlock.c
- Timestamp:
- 2005-11-08T12:22:35Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a140b
- Parents:
- 389f41e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/synch/spinlock.c
r389f41e r5f85c91 35 35 #include <debug.h> 36 36 37 #ifdef __SMP__37 #ifdef CONFIG_SMP 38 38 39 39 /** Initialize spinlock … … 48 48 } 49 49 50 #ifdef DEBUG_SPINLOCK50 #ifdef CONFIG_DEBUG_SPINLOCK 51 51 /** Lock spinlock 52 52 *
Note:
See TracChangeset
for help on using the changeset viewer.