Changes in kernel/arch/sparc64/include/arch.h [4872160:96e0748d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/arch.h
r4872160 r96e0748d 27 27 */ 28 28 29 /** @addtogroup sparc64 29 /** @addtogroup sparc64 30 30 * @{ 31 31 */ 32 32 /** 33 33 * @file 34 * @brief 34 * @brief Various sparc64-specific macros. 35 35 */ 36 36 … … 38 38 #define KERN_sparc64_ARCH_H_ 39 39 40 #include <arch/boot/boot.h> 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 #define ASI_NUCLEUS_QUAD_LDD 0x24 /** ASI for 16-byte atomic loads. */ 43 #define ASI_DCACHE_TAG 0x47 /** ASI D-Cache Tag. */ 44 #define ASI_ICBUS_CONFIG 0x4a /** ASI of the UPA_CONFIG/FIREPLANE_CONFIG register. */ 41 45 42 #if defined (SUN4U) 43 #include <arch/sun4u/arch.h> 44 #elif defined (SUN4V) 45 #include <arch/sun4v/arch.h> 46 #endif 47 48 #define ASI_AIUP 0x10 /** Access to primary context with user privileges. */ 49 #define ASI_AIUS 0x11 /** Access to secondary context with user privileges. */ 50 51 #define NWINDOWS 8 /** Number of register window sets. */ 46 #define NWINDOWS 8 /** Number of register window sets. */ 52 47 53 48 #ifndef __ASM__ 54 49 55 extern void arch_pre_main( bootinfo_t *);50 extern void arch_pre_main(void); 56 51 57 52 #endif /* __ASM__ */
Note:
See TracChangeset
for help on using the changeset viewer.