Changeset 88d653c in mainline
- Timestamp:
- 2009-07-29T19:23:19Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 87bedd1c
- Parents:
- ba0aa6f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/atomic.h
rba0aa6f r88d653c 89 89 } 90 90 91 static inline void atomic_lock_arch(atomic_t *val) { 92 do { 93 while (val->count) 94 ; 95 } while (test_and_set(val)); 96 } 97 91 98 #endif 92 99
Note:
See TracChangeset
for help on using the changeset viewer.