Changeset 296 for trunk/kernel/kern/core.c
- Timestamp:
- Jul 31, 2017, 1:59:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/core.c
r279 r296 115 115 116 116 // handle scheduler TODO improve the scheduling condition ... AG 117 if( (ticks % 10) == 0 ) sched_yield( );117 if( (ticks % 10) == 0 ) sched_yield( NULL ); 118 118 119 119 // update DQDT TODO This update should depend on the cluster identifier,
Note: See TracChangeset
for help on using the changeset viewer.