Changeset dc747e3 in mainline for arch/mips32/src/mm/asid.c
- 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
-
arch/mips32/src/mm/asid.c
r3fc03fd rdc747e3 34 34 #include <typedefs.h> 35 35 36 static spinlock_t asid_usage_lock;36 SPINLOCK_INITIALIZE(asid_usage_lock); 37 37 static count_t asid_usage[ASIDS]; /**< Usage tracking array for ASIDs */ 38 38
Note:
See TracChangeset
for help on using the changeset viewer.