Changeset 248fc1a in mainline for generic/include/cpu.h


Ignore:
Timestamp:
2006-02-05T13:56:01Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
444ec64
Parents:
e22f561
Message:

Fixed some typos in slab allocator.
Scheduler now has better algorithm on load balancing.
Unfortunately it reveals deadlock in slab allocator :-/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/cpu.h

    re22f561 r248fc1a  
    5151        context_t saved_context;
    5252
    53         volatile count_t nrdy;
     53        atomic_t nrdy;
    5454        runq_t rq[RQ_COUNT];
    5555        volatile count_t needs_relink;
Note: See TracChangeset for help on using the changeset viewer.