mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209402
@ -28,7 +28,7 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_acpi.h"
|
||||
#ifdef __amd64__
|
||||
#if defined(__amd64__) || defined(__ia64__)
|
||||
#define DEV_APIC
|
||||
#else
|
||||
#include "opt_apic.h"
|
||||
|
Loading…
Reference in New Issue
Block a user