Changeset 6ed5352 in mainline for arch/ia64/include/mm/asid.h
- Timestamp:
- 2006-01-21T17:44:26Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd6e392
- Parents:
- 86c9e37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/mm/asid.h
r86c9e37 r6ed5352 35 35 36 36 /* 37 * ASID_MAX can range from 2^18 - 1 to 2^24 - ,37 * ASID_MAX can range from 2^18 - 1 to 2^24 - 1, 38 38 * depending on architecture implementation. 39 39 */ 40 40 #define ASID_MAX_ARCH 16777215 /* 2^24 - 1 */ 41 41 42 #define asid_find_free() ASID_MAX_ARCH 43 #define asid_put_arch(x) 44 42 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.