Subversion Repositories HelenOS

Rev

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

Rev 1823 Rev 1852
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef __sparc64_ARCH_H__
35
#ifndef __sparc64_ARCH_H__
36
#define __sparc64_ARCH_H__
36
#define __sparc64_ARCH_H__
37
 
37
 
-
 
38
#define ASI_AIUP    0x10    /** Access to primary context with user privileges. */
-
 
39
#define ASI_AIUS    0x11    /** Access to secondary context with user privileges. */
-
 
40
 
38
#endif
41
#endif
39
 
42
 
40
/** @}
43
/** @}
41
 */
44
 */
42
 
45