Changeset a60c748 in mainline for arch/mips32/include/mm/asid.h
- Timestamp:
- 2006-01-30T16:40:23Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6a3c9a7
- Parents:
- d4efc19
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/mm/asid.h
rd4efc19 ra60c748 32 32 #include <arch/types.h> 33 33 34 #define ASID_STEALING_ENABLED 1 35 #define ASID_MAX_ARCH 255 34 #define ASID_MAX_ARCH 255 /* 2^8 - 1 */ 36 35 37 36 typedef __u8 asid_t;
Note:
See TracChangeset
for help on using the changeset viewer.