Changeset 29b2bbf in mainline for kernel/arch/sparc64/include/arch.h
- Timestamp:
- 2006-09-18T22:10:20Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 19dba2b
- Parents:
- 57da95c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/arch.h
r57da95c r29b2bbf 38 38 #define KERN_sparc64_ARCH_H_ 39 39 40 #define ASI_AIUP 0x10 /** Access to primary context with user privileges. */41 #define ASI_AIUS 0x11 /** Access to secondary context with user privileges. */40 #define ASI_AIUP 0x10 /** Access to primary context with user privileges. */ 41 #define ASI_AIUS 0x11 /** Access to secondary context with user privileges. */ 42 42 43 #define NWINDOW 8 /** Number of register window sets. */ 43 #define ASI_NUCLEUS_QUAD_LDD 0x24 /** ASI for 16-byte atomic loads. */ 44 45 #define NWINDOW 8 /** Number of register window sets. */ 44 46 45 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.