Fix ia64 build broken by r209371.
ia64, same as amd64 has ACPI and always has APIC. Submitted by: jhb@
This commit is contained in:
parent
df471e067f
commit
7ea5021353
@ -28,7 +28,7 @@
|
|||||||
__FBSDID("$FreeBSD$");
|
__FBSDID("$FreeBSD$");
|
||||||
|
|
||||||
#include "opt_acpi.h"
|
#include "opt_acpi.h"
|
||||||
#ifdef __amd64__
|
#if defined(__amd64__) || defined(__ia64__)
|
||||||
#define DEV_APIC
|
#define DEV_APIC
|
||||||
#else
|
#else
|
||||||
#include "opt_apic.h"
|
#include "opt_apic.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user