Rev 1702 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1702 | Rev 1780 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | 37 | ||
38 | #ifndef __ASM__ |
38 | #ifndef __ASM__ |
39 | 39 | ||
40 | #include <arch/types.h> |
40 | #include <arch/types.h> |
41 | 41 | ||
42 | typedef __u16 asid_t; |
42 | typedef uint16_t asid_t; |
43 | typedef __u32 rid_t; |
43 | typedef uint32_t rid_t; |
44 | 44 | ||
45 | #endif /* __ASM__ */ |
45 | #endif /* __ASM__ */ |
46 | 46 | ||
47 | /** |
47 | /** |
48 | * Number of ia64 RIDs (Region Identifiers) per kernel ASID. |
48 | * Number of ia64 RIDs (Region Identifiers) per kernel ASID. |