Gedare Bloom started a new discussion on bsps/powerpc/qoriq/irq/irq.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/344#note_119476

 >  
 >  void bsp_interrupt_dispatch(uintptr_t exception_number)
 >  {
 > -    rtems_vector_number vector = qoriq.pic.iack;
 > +    while (true) {
 > +            rtems_vector_number vector = qoriq.pic.iack;
 >  
 > -    if (vector != SPURIOUS) {
 > -            uint32_t msr = ppc_external_exceptions_enable();
 > +            if (vector == SPURIOUS) {
 > +                    return;
 > +            }
 >  
 > +            uint32_t msr = ppc_external_exceptions_enable();

here too.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/344#note_119476
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