Rev 1888 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1888 | Rev 1941 | ||
|---|---|---|---|
| Line 52... | Line 52... | ||
| 52 | #define ASID_START 2 |
52 | #define ASID_START 2 |
| 53 | #define ASID_MAX ASID_MAX_ARCH |
53 | #define ASID_MAX ASID_MAX_ARCH |
| 54 | 54 | ||
| 55 | #ifndef __ASM__ |
55 | #ifndef __ASM__ |
| 56 | 56 | ||
| 57 | #define ASIDS_ALLOCABLE ((ASID_MAX+1)-ASID_START) |
57 | #define ASIDS_ALLOCABLE ((ASID_MAX + 1) - ASID_START) |
| 58 | 58 | ||
| 59 | extern spinlock_t asidlock; |
59 | extern spinlock_t asidlock; |
| 60 | extern link_t as_with_asid_head; |
60 | extern link_t as_with_asid_head; |
| 61 | 61 | ||
| 62 | #ifndef asid_get |
62 | #ifndef asid_get |