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

 >    /* XXX */
 >    return RTEMS_SUCCESSFUL;
 >  }
 > +
 > +#ifdef RTEMS_SMP
 > +rtems_status_code bsp_interrupt_get_affinity(
 > +  rtems_vector_number  vector,
 > +  Processor_mask      *affinity
 > +)
 > +{
 > +  /* TODO */

I wasn't sure if this was needed initially so I added the TODO to remind myself 
to check it again and ended up forgetting to remove it.

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