From b85a1abde1d4ce2356a73ad9399a74e9ebec2622 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 26 Jan 2011 22:27:44 +0100 Subject: [PATCH] ACPI: Displaying MADT as APIC Kernel shows this table as APIC, let's do the same --- com32/gpllib/acpi/madt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/gpllib/acpi/madt.c b/com32/gpllib/acpi/madt.c index d93e4be..b5b536f 100644 --- a/com32/gpllib/acpi/madt.c +++ b/com32/gpllib/acpi/madt.c @@ -154,7 +154,7 @@ void parse_madt(s_acpi * acpi) s_madt *m = &acpi->madt; /* Fixing table name */ - memcpy(m->header.signature, MADT, sizeof(MADT)); + memcpy(m->header.signature, APIC, sizeof(APIC)); /* Copying remaining structs */ q = (uint8_t *)m->address; -- 2.7.4