Ignore:
Timestamp:
2020-12-23T21:59:08Z (3 years ago)
Author:
Dmitry Selyutin <ghostmansd@…>
Parents:
1483981
Message:

kernel: deprecate atomic_t

File:
1 edited

Legend:

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

    r1483981 rc95daa5  
    5454        uint64_t cpuids[MAX_CORE_STRANDS];
    5555        struct cpu *cpus[MAX_CORE_STRANDS];
    56         atomic_t nrdy;
     56        atomic_size_t nrdy;
    5757        SPINLOCK_DECLARE(proposed_nrdy_lock);
    5858} exec_unit_t;
Note: See TracChangeset for help on using the changeset viewer.