Ignore:
Timestamp:
Aug 29, 2017, 12:03:37 PM (7 years ago)
Author:
alain
Message:

This version executed successfully the user "init" process on a mono-processor TSAR architecture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/core.c

    r380 r406  
    113113        if( (ticks % CONFIG_SCHED_TICKS_PER_QUANTUM) == 0 ) sched_yield( NULL );
    114114
    115         // update DQDT TODO  This update should depend on the cluster identifier,
    116         // to avoid simultaneous updates from various clusters ... AG
     115        // update DQDT
    117116        if( ((ticks % CONFIG_DQDT_TICKS_PER_QUANTUM) == 0) && (core->lid == 0) )
    118117        dqdt_global_update();
Note: See TracChangeset for help on using the changeset viewer.