Subversion Repositories HelenOS-historic

Rev

Rev 617 | Rev 741 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 617 Rev 727
Line 34... Line 34...
34
/*
34
/*
35
 * On SPARC, Context means the same thing as ASID trough out the kernel.
35
 * On SPARC, Context means the same thing as ASID trough out the kernel.
36
 */
36
 */
37
typedef __u16 asid_t;
37
typedef __u16 asid_t;
38
 
38
 
39
#define asid_get()  0
39
#define ASID_MAX_ARCH   0x4095  /* 2^12 - 1 */
40
 
40
 
41
#endif
41
#endif