Changes in kernel/arch/sparc64/include/sun4v/cpu.h [eb79d60:95c4776] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/sun4v/cpu.h
reb79d60 r95c4776 46 46 struct cpu; 47 47 48 /*49 48 typedef struct { 50 49 uint64_t exec_unit_id; … … 52 51 uint64_t cpuids[MAX_CORE_STRANDS]; 53 52 struct cpu *cpus[MAX_CORE_STRANDS]; 53 //cpu_t *cpus[MAX_CORE_STRANDS]; 54 54 atomic_t nrdy; 55 55 SPINLOCK_DECLARE(proposed_nrdy_lock); 56 56 } exec_unit_t; 57 */58 57 59 58 typedef struct cpu_arch { … … 63 62 generated when the TICK register 64 63 matches this value. */ 65 //exec_unit_t *exec_unit; /**< Physical core. */66 //unsigned long proposed_nrdy; /**< Proposed No. of ready threads67 //so that cores are equally balanced. */64 exec_unit_t *exec_unit; /**< Physical core. */ 65 unsigned long proposed_nrdy; /**< Proposed No. of ready threads 66 so that cores are equally balanced. */ 68 67 } cpu_arch_t; 69 68
Note:
See TracChangeset
for help on using the changeset viewer.