Rev 741 | Rev 753 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 741 | Rev 743 | ||
---|---|---|---|
Line 30... | Line 30... | ||
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 |
34 | #define ASID_STEALING_ENABLED 1 |
35 | #define ASID_MAX_ARCH 255 |
35 | #define ASID_MAX_ARCH 255 |
36 | 36 | ||
37 | typedef __u8 asid_t; |
37 | typedef __u8 asid_t; |
38 | 38 | ||
39 | #endif |
39 | #endif |