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_159311

 > ++--------------------------------------------------------------------------*/
 > +/*
 > + * ------------------------ Intel 8259 (or emulation) Mngt Routines -------
 > + */
 > +void BSP_i8259s_init(void);
 > +
 > +/*
 > + * 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);
 > +/*

Fixed

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

Reply via email to