summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2005-11-04 23:02:28 +0000
committerpeter <peter@FreeBSD.org>2005-11-04 23:02:28 +0000
commit66bb1b0d6a9d75325b10104cd25da4b4441eaa92 (patch)
tree2ffd456f7c604856360f5b3c1588dbac414b87a9 /sys/amd64
parentcb1ff14efee33ef6af5253ecda17d4a3623f6cc2 (diff)
downloadFreeBSD-src-66bb1b0d6a9d75325b10104cd25da4b4441eaa92.zip
FreeBSD-src-66bb1b0d6a9d75325b10104cd25da4b4441eaa92.tar.gz
Define M_IOAPIC the same as i386
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/io_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/io_apic.c b/sys/amd64/amd64/io_apic.c
index a599e00..c977731 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
OpenPOWER on IntegriCloud