Changeset 8fe5980 in mainline for kernel/arch/mips32/include/mm/asid.h
- Timestamp:
- 2008-12-16T18:59:07Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 76fca31
- Parents:
- 9cc492a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/mm/asid.h
r9cc492a7 r8fe5980 38 38 #include <arch/types.h> 39 39 40 #define ASID_MAX_ARCH 255/* 2^8 - 1 */40 #define ASID_MAX_ARCH 255 /* 2^8 - 1 */ 41 41 42 42 typedef uint8_t asid_t;
Note:
See TracChangeset
for help on using the changeset viewer.