1
0
forkattu lähteestä xt-sys/exectos

Implement targeted IPI broadcasting using processor block array

This commit is contained in:
2026-05-11 00:07:21 +02:00
vanhempi 897d9d4099
commit 5a92173586
9 muutettua tiedostoa jossa 244 lisäystä ja 38 poistoa

Näytä tiedosto

@@ -127,6 +127,24 @@ HL::Acpi::GetAcpiTimerInfo(OUT PACPI_TIMER_INFO *AcpiTimerInfo)
}
}
/**
* Gets the ACPI system information structure containing processor and topology data.
*
* @param SystemInfo
* Supplies a pointer to the memory area where the pointer to the system information structure will be stored.
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTAPI
VOID
HL::Acpi::GetSystemInformation(OUT PACPI_SYSTEM_INFO *SystemInfo)
{
/* Return a pointer to the ACPI system information */
*SystemInfo = &HL::Acpi::SystemInfo;
}
/**
* Performs an initialization of the ACPI subsystem.
*