Changeset e3f41b6 in mainline for src/synch/spinlock.c
- Timestamp:
- 2005-06-06T20:01:57Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b0bf501
- Parents:
- d47f0e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/synch/spinlock.c
rd47f0e1 re3f41b6 29 29 #include <arch.h> 30 30 31 #ifdef __SMP__ 32 #include <arch/smp/atomic.h> 33 #endif 34 31 #include <arch/atomic.h> 35 32 #include <synch/spinlock.h> 36 33
Note:
See TracChangeset
for help on using the changeset viewer.