Rev 743 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 743 | Rev 753 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | /* |
34 | /* |
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 |
- | |
40 | #define ASID_MAX_ARCH 8191 /* 2^13 - 1 */ |
39 | #define ASID_MAX_ARCH 8191 /* 2^13 - 1 */ |
41 | 40 | ||
42 | #endif |
41 | #endif |