Ignore:
Timestamp:
Dec 20, 2017, 4:51:09 PM (6 years ago)
Author:
alain
Message:

Fix bugs in exec

File:
1 edited

Legend:

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

    r408 r409  
    107107        ticks = core->ticks_nr++;
    108108
    109     // handle signals for all threads executing on this core
    110     sched_handle_signals( core );
    111 
    112         // handle scheduler
     109        // handle scheduler
    113110        if( (ticks % CONFIG_SCHED_TICKS_PER_QUANTUM) == 0 ) sched_yield( "TICK");
    114111
Note: See TracChangeset for help on using the changeset viewer.