Changeset 2cd073bd in mainline
- Timestamp:
- 2005-09-06T21:41:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c9de7e
- Parents:
- 50a4e25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/acpi/madt.c
r50a4e25 r2cd073bd 113 113 struct madt_apic_header *end = (struct madt_apic_header *) (((__u8 *) acpi_madt) + acpi_madt->header.length); 114 114 struct madt_apic_header *h; 115 116 l_apic = (__u32 *) (__native) acpi_madt->l_apic_address; 115 117 116 118 /* calculate madt entries */ … … 205 207 /* remember index of the first io apic entry */ 206 208 madt_io_apic_entry_index = index; 207 /* ????!!!! */208 209 io_apic = (__u32 *) (__native) ioa->io_apic_address; 209 210 } else {
Note:
See TracChangeset
for help on using the changeset viewer.