Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/sun4v/cpu.h

    r95c4776 reb79d60  
    4646struct cpu;
    4747
     48/*
    4849typedef struct {
    4950        uint64_t exec_unit_id;
     
    5152        uint64_t cpuids[MAX_CORE_STRANDS];
    5253        struct cpu *cpus[MAX_CORE_STRANDS];
    53         //cpu_t *cpus[MAX_CORE_STRANDS];
    5454        atomic_t nrdy;
    5555        SPINLOCK_DECLARE(proposed_nrdy_lock);
    5656} exec_unit_t;
     57*/
    5758
    5859typedef struct cpu_arch {
     
    6263                                             generated when the TICK register
    6364                                             matches this value. */
    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. */
     65        //exec_unit_t *exec_unit;               /**< Physical core. */
     66        //unsigned long proposed_nrdy;  /**< Proposed No. of ready threads
     67        //                                   so that cores are equally balanced. */
    6768} cpu_arch_t;
    6869
Note: See TracChangeset for help on using the changeset viewer.