Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2089 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | */ |
40 | */ |
| 41 | 41 | ||
| 42 | #ifndef KERN_ia32_ASID_H_ |
42 | #ifndef KERN_ia32_ASID_H_ |
| 43 | #define KERN_ia32_ASID_H_ |
43 | #define KERN_ia32_ASID_H_ |
| 44 | 44 | ||
| - | 45 | #include <arch/types.h> |
|
| - | 46 | ||
| 45 | typedef int asid_t; |
47 | typedef int32_t asid_t; |
| 46 | 48 | ||
| 47 | #define ASID_MAX_ARCH 3 |
49 | #define ASID_MAX_ARCH 3 |
| 48 | 50 | ||
| 49 | #define asid_get() (ASID_START+1) |
51 | #define asid_get() (ASID_START + 1) |
| 50 | #define asid_put(asid) |
52 | #define asid_put(asid) |
| 51 | 53 | ||
| 52 | #endif |
54 | #endif |
| 53 | 55 | ||
| 54 | /** @} |
56 | /** @} |