Changeset 5ac2e61 in mainline for arch/ia64/include/mm/asid.h
- Timestamp:
- 2006-02-22T23:45:51Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab46edb
- Parents:
- 7d53ef4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/mm/asid.h
r7d53ef4 r5ac2e61 30 30 #define __ia64_ASID_H__ 31 31 32 #ifndef __ASM__ 33 32 34 #include <arch/types.h> 33 35 … … 39 41 * but those extra bits are not used by the kernel. 40 42 */ 43 #endif 44 41 45 #define RIDS_PER_ASID 7 42 46 #define RID_MAX 262143 /* 2^18 - 1 */ … … 45 49 #define RID2ASID(rid) ((rid)/RIDS_PER_ASID) 46 50 51 #ifndef __ASM__ 52 53 47 54 typedef __u32 rid_t; 55 56 #endif 48 57 49 58 #define ASID_MAX_ARCH (RID_MAX/RIDS_PER_ASID)
Note:
See TracChangeset
for help on using the changeset viewer.