RTEMS | x86_64/amd64: Add SMP support (!169)
Matheus Pecoraro (@mpec)
gitlab at rtems.org
Wed Aug 7 18:29:15 UTC 2024
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240807/cbed9744/attachment-0001.htm>
More information about the bugs
mailing list