Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel/startup.cfa

    r6dd4091 rc34bb1f  
    672672        uint_fast32_t last_size = ready_mutate_lock();
    673673
    674         // Adjust the ready queue size
    675         ready_queue_shrink( &this );
     674                // Adjust the ready queue size
     675                ready_queue_shrink( &this );
    676676
    677677        // Unlock the RWlock
     
    682682        /* paranoid */ verify( this.sched.readyQ.tscs == 0p );
    683683        /* paranoid */ verify( this.sched.readyQ.count == 0 );
    684 //      /* paranoid */ verify( this.sched.io.tscs == 0p );
    685 //      /* paranoid */ verify( this.sched.caches == 0p );
     684        /* paranoid */ verify( this.sched.io.tscs == 0p );
     685        /* paranoid */ verify( this.sched.caches == 0p );
    686686
    687687        enable_interrupts( false ); // Don't poll, could be in main cluster
Note: See TracChangeset for help on using the changeset viewer.