Changeset e507afa in mainline for generic/include/cpu.h


Ignore:
Timestamp:
2005-11-14T19:39:26Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
abb79e84
Parents:
35667f8
Message:

For now, each architecture must use its own -O switch (-O2 doesn't work for ia64, -O3 doesn't work for mips32).

New mips32 atomic_add() function.

Cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/cpu.h

    r35667f8 re507afa  
    4646        context_t saved_context;
    4747
    48         volatile int nrdy;
     48        volatile count_t nrdy;
    4949        runq_t rq[RQ_COUNT];
    50         volatile int needs_relink;
     50        volatile count_t needs_relink;
    5151
    5252        spinlock_t timeoutlock;
Note: See TracChangeset for help on using the changeset viewer.