mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Define M_IOAPIC the same as i386
This commit is contained in:
parent
68a443c292
commit
55cd3ef2e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue