Changeset 3e1607f in mainline for src/proc/scheduler.c


Ignore:
Timestamp:
2005-08-31T22:00:32Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cd95d784
Parents:
d2bb9f8a
Message:

Add some comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/proc/scheduler.c

    rd2bb9f8a r3e1607f  
    136136                        continue;
    137137                }
    138        
     138
    139139                /* avoid deadlock with relink_rq() */
    140140                if (!spinlock_trylock(&CPU->lock)) {
     
    413413        #endif 
    414414
     415        /*
     416         * Copy the knowledge of CPU, TASK, THREAD and preemption counter to thread's stack.
     417         */
    415418        the_copy(THE, (the_t *) THREAD->kstack);
    416419       
Note: See TracChangeset for help on using the changeset viewer.