Subversion Repositories HelenOS-historic

Rev

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

Rev 741 Rev 747
Line 51... Line 51...
51
/**
51
/**
52
 * Value used to recognize the situation when all ASIDs were already allocated.
52
 * Value used to recognize the situation when all ASIDs were already allocated.
53
 */
53
 */
54
#define ASID_OVERFLOW       (RID_OVERFLOW/RIDS_PER_ASID)
54
#define ASID_OVERFLOW       (RID_OVERFLOW/RIDS_PER_ASID)
55
 
55
 
-
 
56
/** On ia64, this is no-op. */
56
#define asid_put_arch(x)
57
#define asid_put_arch(x)
57
 
58
 
58
#endif
59
#endif