Changeset aa85487 in mainline for kernel/arch/sparc64/include/sun4v/cpu.h
- Timestamp:
- 2010-03-07T15:11:56Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aadf01e
- Parents:
- 2e99277 (diff), 137691a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/sun4v/cpu.h
r2e99277 raa85487 44 44 #ifndef __ASM__ 45 45 46 #include <atomic.h> 47 #include <synch/spinlock.h> 48 46 49 struct cpu; 47 50 48 /*49 51 typedef struct { 50 52 uint64_t exec_unit_id; … … 55 57 SPINLOCK_DECLARE(proposed_nrdy_lock); 56 58 } exec_unit_t; 57 */58 59 59 60 typedef struct cpu_arch { … … 63 64 generated when the TICK register 64 65 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. */66 exec_unit_t *exec_unit; /**< Physical core. */ 67 unsigned long proposed_nrdy; /**< Proposed No. of ready threads 68 so that cores are equally balanced. */ 68 69 } cpu_arch_t; 69 70
Note:
See TracChangeset
for help on using the changeset viewer.