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