|
@@ -135,6 +135,8 @@ static int map_mat_entry(acpi_handle handle, int type, u32 acpi_id)
|
|
|
map_lapic_id(header, acpi_id, &apic_id);
|
|
|
} else if (header->type == ACPI_MADT_TYPE_LOCAL_SAPIC) {
|
|
|
map_lsapic_id(header, type, acpi_id, &apic_id);
|
|
|
+ } else if (header->type == ACPI_MADT_TYPE_LOCAL_X2APIC) {
|
|
|
+ map_x2apic_id(header, type, acpi_id, &apic_id);
|
|
|
}
|
|
|
|
|
|
exit:
|