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

 >  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)
 > +      {

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

    > This { should be at the end of the previous line.

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