Changeset 18baf9c0 in mainline for kernel/arch/sparc64/include/sun4v
- Timestamp:
- 2009-11-20T17:14:32Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3da11f37
- Parents:
- 5a4fef9
- Location:
- kernel/arch/sparc64/include/sun4v
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/sun4v/arch.h
r5a4fef9 r18baf9c0 58 58 #define SCRATCHPAD_WBUF 0x18 59 59 60 //MH - remove when cpu.h is forked 61 #define ASI_NUCLEUS_QUAD_LDD 0x24 /** ASI for 16-byte atomic loads. */ 62 #define ASI_DCACHE_TAG 0x47 /** ASI D-Cache Tag. */ 63 #define ASI_ICBUS_CONFIG 0x4a /** ASI of the UPA_CONFIG/FIREPLANE_CONFIG register. */ 64 60 65 #endif 61 66 -
kernel/arch/sparc64/include/sun4v/cpu.h
r5a4fef9 r18baf9c0 55 55 } exec_unit_t; 56 56 57 // MH 58 #if 0 57 59 typedef struct cpu_arch { 58 60 uint64_t id; /**< virtual processor ID */ … … 65 67 so that cores are equally balanced. */ 66 68 } cpu_arch_t; 69 #endif 67 70 68 71 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
