Vijay Banerjee commented on a discussion on 
bsps/powerpc/mvme2100/include/bsp/irq.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1482#note_159302

 > +#define BSP_ISA_IRQ_LOWEST_OFFSET (0)
 > +#define BSP_ISA_IRQ_MAX_OFFSET                                              
 >    \
 > +  (BSP_ISA_IRQ_LOWEST_OFFSET + BSP_ISA_IRQ_NUMBER - 1)
 > +/*
 > + * PCI IRQ handlers related definitions
 > + * CAUTION : BSP_PCI_IRQ_LOWEST_OFFSET should be equal to OPENPIC_VEC_SOURCE
 > + */
 > +#ifndef qemu
 > +#define BSP_PCI_IRQ_NUMBER (16)
 > +#else
 > +#define BSP_PCI_IRQ_NUMBER (0)
 > +#endif
 > +#define BSP_PCI_IRQ_LOWEST_OFFSET (BSP_ISA_IRQ_NUMBER)
 > +#define BSP_PCI_IRQ_MAX_OFFSET                                              
 >    \
 > +  (BSP_PCI_IRQ_LOWEST_OFFSET + BSP_PCI_IRQ_NUMBER - 1)
 > +/*

Fixed

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