Changeset 2cd073bd in mainline


Ignore:
Timestamp:
2005-09-06T21:41:14Z (19 years ago)
Author:
Sergey Bondari <bondari@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c9de7e
Parents:
50a4e25
Message:

Minor after fixes to madt parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/acpi/madt.c

    r50a4e25 r2cd073bd  
    113113        struct madt_apic_header *end = (struct madt_apic_header *) (((__u8 *) acpi_madt) + acpi_madt->header.length);
    114114        struct madt_apic_header *h;
     115       
     116        l_apic = (__u32 *) (__native) acpi_madt->l_apic_address;
    115117
    116118        /* calculate madt entries */
     
    205207                /* remember index of the first io apic entry */
    206208                madt_io_apic_entry_index = index;
    207                 /* ????!!!! */
    208209                io_apic = (__u32 *) (__native) ioa->io_apic_address;
    209210        } else {
Note: See TracChangeset for help on using the changeset viewer.