Fix ia64 build broken by r209371.

ia64, same as amd64 has ACPI and always has APIC.

Submitted by:	jhb@
This commit is contained in:
Alexander Motin 2010-06-21 20:27:32 +00:00
parent df471e067f
commit 7ea5021353

View File

@ -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"