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

 >  static void madt_subtables_handler(ACPI_SUBTABLE_HEADER* entry)
 >  {
 >    switch (entry->Type) {
 > +#ifdef RTEMS_SMP
 > +    case ACPI_MADT_TYPE_LOCAL_APIC:
 > +      ACPI_MADT_LOCAL_APIC* lapic_entry = (ACPI_MADT_LOCAL_APIC*) entry;
 > +
 > +      if (lapic_count >= xAPIC_MAX_APIC_ID + 1 ||
 > +          lapic_get_id() == lapic_entry->Id)
 > +      {

Fixed.

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