Changeset 338 for Whitix/trunk/kernel
- Timestamp:
- 04/24/08 13:00:14 (7 months ago)
- Files:
-
- 1 modified
-
Whitix/trunk/kernel/sched.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/kernel/sched.c
r334 r338 585 585 { 586 586 ThrStartThread(thread); 587 if (thread->quantums > currThread->quantums)587 if (thread->quantums >= currThread->quantums) 588 588 thrNeedSchedule=true; 589 589 }
