- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel/startup.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
r6dd4091 rc34bb1f 672 672 uint_fast32_t last_size = ready_mutate_lock(); 673 673 674 // Adjust the ready queue size675 ready_queue_shrink( &this );674 // Adjust the ready queue size 675 ready_queue_shrink( &this ); 676 676 677 677 // Unlock the RWlock … … 682 682 /* paranoid */ verify( this.sched.readyQ.tscs == 0p ); 683 683 /* 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 ); 686 686 687 687 enable_interrupts( false ); // Don't poll, could be in main cluster
Note:
See TracChangeset
for help on using the changeset viewer.