Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 777 → Rev 778

/kernel/trunk/genarch/src/acpi/matd.c
144,7 → 144,7
}
 
/* create madt apic entries index array */
madt_entries_index = (struct madt_apic_header * *) malloc(madt_entries_index_cnt * sizeof(struct madt_apic_header * *));
madt_entries_index = (struct madt_apic_header * *) early_malloc(madt_entries_index_cnt * sizeof(struct madt_apic_header * *));
 
__u32 index = 0;