Changeset 73838ed in mainline for src/proc/scheduler.c


Ignore:
Timestamp:
2005-09-01T19:21:37Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7df54df
Parents:
437e35a0
Message:

Cleanups so that it compiles on ia-32 & amd-64 cleanly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/proc/scheduler.c

    r437e35a0 r73838ed  
    150150                spinlock_unlock(&CPU->lock);
    151151
    152                 atomic_dec((int *) &nrdy);
     152                atomic_dec(&nrdy);
    153153                r->n--;
    154154
Note: See TracChangeset for help on using the changeset viewer.