Changeset b60a22c in mainline for src/proc/scheduler.c


Ignore:
Timestamp:
2005-06-16T18:47:50Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
992bbb97
Parents:
87cd61f
Message:

Replace confusing comment in scheduler.c.

Add warning/explanatory comment to arch.h saying that CPU, THREAD and TASK macros are preemption-unsafe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/proc/scheduler.c

    r87cd61f rb60a22c  
    4848
    4949
    50 /** Initialize context switching
    51  *
    52  * Initialize context switching and lazy FPU
    53  * context switching.
     50/** Take actions before new thread runs
     51 *
     52 * Perform actions that need to be
     53 * taken before the newly selected
     54 * tread is passed control.
    5455 *
    5556 */
Note: See TracChangeset for help on using the changeset viewer.