From 55cd3ef2e502be780d9573bfba81ca28f5f4276e Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 4 Nov 2005 23:02:28 +0000 Subject: [PATCH] Define M_IOAPIC the same as i386 --- sys/amd64/amd64/io_apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/amd64/io_apic.c b/sys/amd64/amd64/io_apic.c index a599e000cd8..c9777315aca 100644 --- a/sys/amd64/amd64/io_apic.c +++ b/sys/amd64/amd64/io_apic.c @@ -65,7 +65,7 @@ __FBSDID("$FreeBSD$"); #define TODO printf("%s: not implemented!\n", __func__) -static MALLOC_DEFINE(M_IOAPIC, "ioapic", "I/O APIC structures"); +static MALLOC_DEFINE(M_IOAPIC, "io_apic", "I/O APIC structures"); /* * I/O APIC interrupt source driver. Each pin is assigned an IRQ cookie