Changeset be56c17 in mainline


Ignore:
Timestamp:
2005-09-03T09:55:27Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
345ce2f
Parents:
e515167d
Message:

Fixed retyping, so that it compiles with gcc 4.0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/proc/scheduler.c

    re515167d rbe56c17  
    521521                                        spinlock_unlock(&cpu->lock);
    522522
    523                                         atomic_dec(&nrdy);
     523                                        atomic_dec((int *)&nrdy);
    524524
    525525                                        r->n--;
Note: See TracChangeset for help on using the changeset viewer.