Rev 2089 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2089 | Rev 2093 | ||
|---|---|---|---|
| Line 56... | Line 56... | ||
| 56 | 56 | ||
| 57 | #ifndef __ASM__ |
57 | #ifndef __ASM__ |
| 58 | 58 | ||
| 59 | #define ASIDS_ALLOCABLE ((ASID_MAX + 1) - ASID_START) |
59 | #define ASIDS_ALLOCABLE ((ASID_MAX + 1) - ASID_START) |
| 60 | 60 | ||
| 61 | extern spinlock_t asidlock; |
61 | SPINLOCK_EXTERN(asidlock); |
| 62 | extern link_t as_with_asid_head; |
62 | extern link_t as_with_asid_head; |
| 63 | 63 | ||
| 64 | #ifndef asid_get |
64 | #ifndef asid_get |
| 65 | extern asid_t asid_get(void); |
65 | extern asid_t asid_get(void); |
| 66 | #endif /* !def asid_get */ |
66 | #endif /* !def asid_get */ |