Rev 742 | Rev 753 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 742 | Rev 743 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | * On SPARC, Context means the same thing as ASID trough out the kernel. |
35 | * On SPARC, Context means the same thing as ASID trough out the kernel. |
36 | */ |
36 | */ |
37 | typedef __u16 asid_t; |
37 | typedef __u16 asid_t; |
38 | 38 | ||
39 | #define ASID_STEALING_ENABLED 1 |
39 | #define ASID_STEALING_ENABLED 1 |
40 | #define ASID_MAX_ARCH 0x8191 /* 2^13 - 1 */ |
40 | #define ASID_MAX_ARCH 8191 /* 2^13 - 1 */ |
41 | 41 | ||
42 | #endif |
42 | #endif |