Changeset 401

Show
Ignore:
Timestamp:
02/04/10 19:00:07 (6 months ago)
Author:
bart
Message:

Now really add the sched_yield command and not only in commented out

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/branches/0.9.6/ChangeLog

    r400 r401  
     12010-02-04      Bart Vanbrabant <bart at vanbrabant.eu> 
     2 
     3                * Now really add the sched_yield command and not only in commented 
     4                out 
     5 
    162010-02-04      Hans Rakers <hans at react.nl> 
    27 
  • eaccelerator/branches/0.9.6/mm.c

    r400 r401  
    223223        } 
    224224        _spinlock_unlock(lock); 
    225         //sched_yield(); 
     225        sched_yield(); 
    226226    } 
    227227    return 1;