Rev 534 | Rev 727 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 617 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | */ |
27 | */ |
28 | 28 | ||
29 | #ifndef __sparc64_ASID_H__ |
29 | #ifndef __sparc64_ASID_H__ |
30 | #define __sparc64_ASID_H__ |
30 | #define __sparc64_ASID_H__ |
31 | 31 | ||
- | 32 | #include <arch/types.h> |
|
- | 33 | ||
- | 34 | /* |
|
- | 35 | * On SPARC, Context means the same thing as ASID trough out the kernel. |
|
- | 36 | */ |
|
32 | typedef int asid_t; |
37 | typedef __u16 asid_t; |
33 | 38 | ||
34 | #define asid_get() 0 |
39 | #define asid_get() 0 |
35 | 40 | ||
36 | #endif |
41 | #endif |