Gedare Bloom started a new discussion on cpukit/score/src/threaddispatch.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/238#note_112467

 >  
 >      _Scheduler_Acquire_critical( pinned_scheduler, &scheduler_lock_context 
 > );
 >  
 > -    ( *pinned_scheduler->Operations.pin )(
 > -      pinned_scheduler,
 > -      executing,
 > -      pinned_node,
 > -      cpu_self
 > -    );
 > +    ( *pinned_scheduler->Operations
 > +         .pin )( pinned_scheduler, executing, pinned_node, cpu_self );

this is not desirable. I'll see if I can find out what's going on with it.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/238#note_112467
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to