Vijay Banerjee commented on a discussion on bsps/powerpc/mvme5100/include/bsp/irq.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1482#note_159312 > +/* > + * function to disable a particular irq at 8259 level. After calling > + * this function, even if the device asserts the interrupt line it will > + * not be propagated further to the processor > + * > + * RETURNS: 1/0 if the interrupt was enabled/disabled originally or > + * a value < 0 on error. > + */ > +int BSP_irq_disable_at_i8259s(const rtems_irq_number irqLine); > +/* > + * function to enable a particular irq at 8259 level. After calling > + * this function, if the device asserts the interrupt line it will > + * be propagated further to the processor > + */ > +int BSP_irq_enable_at_i8259s(const rtems_irq_number irqLine); > +/* Fixed -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1482#note_159312 You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/namespace/49/sent_notifications/5-65qoz6lxw8nd3hu574dc2rf3g-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
