Changeset 401
- Timestamp:
- 02/04/10 19:00:07 (6 months ago)
- Files:
-
- eaccelerator/branches/0.9.6/ChangeLog (modified) (1 diff)
- eaccelerator/branches/0.9.6/mm.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/branches/0.9.6/ChangeLog
r400 r401 1 2010-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 1 6 2010-02-04 Hans Rakers <hans at react.nl> 2 7 eaccelerator/branches/0.9.6/mm.c
r400 r401 223 223 } 224 224 _spinlock_unlock(lock); 225 //sched_yield();225 sched_yield(); 226 226 } 227 227 return 1;