Changeset e507afa in mainline for generic/src/proc/scheduler.c


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/src/proc/scheduler.c

    r35667f8 re507afa  
    5151atomic_t nrdy;
    5252
    53 
    5453/** Take actions before new thread runs
    5554 *
     
    117116 *
    118117 */
    119 static struct thread *find_best_thread(void)
     118static thread_t *find_best_thread(void)
    120119{
    121120        thread_t *t;
Note: See TracChangeset for help on using the changeset viewer.