Changeset 7d365305 in mainline for arch/ia32/src/acpi/madt.c
- Timestamp:
- 2005-07-20T11:26:40Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 59532eb
- Parents:
- 0970f43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/acpi/madt.c
r0970f43 r7d365305 33 33 #include <arch/smp/apic.h> 34 34 #include <arch/smp/smp.h> 35 #include <mm/page.h>36 35 #include <panic.h> 37 36 #include <debug.h> … … 112 111 struct madt_apic_header *end = (struct madt_apic_header *) (((__u8 *) acpi_madt) + acpi_madt->header.length); 113 112 struct madt_apic_header *h = &acpi_madt->apic_header[0]; 114 __u8 prev_type = 0; /* used to detect inco secutive entries */113 __u8 prev_type = 0; /* used to detect inconsecutive entries */ 115 114 116 115 … … 178 177 madt_io_apic_entries = ioa; 179 178 io_apic = (__u32 *) ioa->io_apic_address; 180 map_page_to_frame((__address) io_apic, (__address) io_apic, PAGE_NOT_CACHEABLE, 0);181 179 } 182 180 else {
Note:
See TracChangeset
for help on using the changeset viewer.