Changeset 406 for trunk/kernel/kern/core.c
- Timestamp:
- Aug 29, 2017, 12:03:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/core.c
r380 r406 113 113 if( (ticks % CONFIG_SCHED_TICKS_PER_QUANTUM) == 0 ) sched_yield( NULL ); 114 114 115 // update DQDT TODO This update should depend on the cluster identifier, 116 // to avoid simultaneous updates from various clusters ... AG 115 // update DQDT 117 116 if( ((ticks % CONFIG_DQDT_TICKS_PER_QUANTUM) == 0) && (core->lid == 0) ) 118 117 dqdt_global_update();
Note: See TracChangeset
for help on using the changeset viewer.