Matheus Pecoraro started a new discussion on 
bsps/x86_64/amd64/interrupts/idt.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/169#note_111480

 >  
 >  rtems_status_code bsp_interrupt_vector_enable(rtems_vector_number vector)
 >  {
 > -  /* XXX */
 > +  /* XXX: Should be implemented once I/O APIC support is added */
 >    return RTEMS_SUCCESSFUL;
 >  }
 > +
 > +#ifdef RTEMS_SMP
 > +rtems_status_code bsp_interrupt_get_affinity(

- [ ] @joel said on 
[!192](https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/192#note_111451
 "x86_64: Add TLS support"):

    > Is there any issue which could be cited in comments here to add interrupt 
affinity to this BSP?
    >
    > Please resolve this "with issue" and cite the issue in a comment in the 
code.

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