Correct comment
This commit is contained in:
parent
3f10e1b59e
commit
f52c50242a
@ -273,7 +273,7 @@ HlpInitializeAcpiSystemInformation(VOID)
|
|||||||
/* Zero the ACPI system information structure */
|
/* Zero the ACPI system information structure */
|
||||||
RtlZeroMemory(&HlpAcpiSystemInfo, sizeof(ACPI_SYSTEM_INFO));
|
RtlZeroMemory(&HlpAcpiSystemInfo, sizeof(ACPI_SYSTEM_INFO));
|
||||||
|
|
||||||
/* Get Multi-APIC Description Table (MADT) */
|
/* Get Multiple APIC Description Table (MADT) */
|
||||||
Status = HlGetAcpiTable(ACPI_MADT_SIGNATURE, (PACPI_DESCRIPTION_HEADER*)&Madt);
|
Status = HlGetAcpiTable(ACPI_MADT_SIGNATURE, (PACPI_DESCRIPTION_HEADER*)&Madt);
|
||||||
if(Status != STATUS_SUCCESS)
|
if(Status != STATUS_SUCCESS)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user