Rev 727 | Rev 742 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 727 | Rev 741 | ||
---|---|---|---|
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 |
|
39 | #define ASID_MAX_ARCH 0x4095 /* 2^12 - 1 */ |
40 | #define ASID_MAX_ARCH 0x4095 /* 2^12 - 1 */ |
40 | 41 | ||
41 | #endif |
42 | #endif |