Changeset 1068f6a in mainline for generic/src/proc/scheduler.c


Ignore:
Timestamp:
2006-05-20T19:32:06Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1982e45
Parents:
9ea6cc5
Message:

Turn address space lock, address space area lock and
page_ht_lock into mutexes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/proc/scheduler.c

    r9ea6cc5 r1068f6a  
    422422        relink_rq(priority);           
    423423
    424         spinlock_lock(&THREAD->lock);   
    425 
    426424        /*
    427425         * If both the old and the new task are the same, lots of work is avoided.
     
    455453        }
    456454
     455        spinlock_lock(&THREAD->lock);   
    457456        THREAD->state = Running;
    458457
Note: See TracChangeset for help on using the changeset viewer.