Changeset 04225a7 in mainline for genarch/src/acpi/matd.c
- Timestamp:
- 2006-02-04T19:06:07Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3260ada
- Parents:
- 55ab0f1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/src/acpi/matd.c
r55ab0f1 r04225a7 145 145 146 146 /* create madt apic entries index array */ 147 madt_entries_index = (struct madt_apic_header * *) malloc(madt_entries_index_cnt * sizeof(struct madt_apic_header * *));147 madt_entries_index = (struct madt_apic_header * *) early_malloc(madt_entries_index_cnt * sizeof(struct madt_apic_header * *)); 148 148 149 149 __u32 index = 0;
Note:
See TracChangeset
for help on using the changeset viewer.