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 29... | Line 29... | ||
29 | #ifndef __mips32_ASID_H__ |
29 | #ifndef __mips32_ASID_H__ |
30 | #define __mips32_ASID_H__ |
30 | #define __mips32_ASID_H__ |
31 | 31 | ||
32 | #include <arch/types.h> |
32 | #include <arch/types.h> |
33 | 33 | ||
34 | #define ASID_STEALING_ENABLED 1 |
- | |
35 | #define ASID_MAX_ARCH 255 |
34 | #define ASID_MAX_ARCH 255 /* 2^8 - 1 */ |
36 | 35 | ||
37 | typedef __u8 asid_t; |
36 | typedef __u8 asid_t; |
38 | 37 | ||
39 | #endif |
38 | #endif |