summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/apic_vector.S
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-11-01 18:18:46 +0000
committerjhb <jhb@FreeBSD.org>2010-11-01 18:18:46 +0000
commite0a2a85d3a72725ab12bf363f472b29193ad6aaa (patch)
tree461b0e26957a10bc01055dc46ca272cd43fadfba /sys/amd64/amd64/apic_vector.S
parentc7dd85142ceb048a08bf4d4b0cd555ebdeff667a (diff)
downloadFreeBSD-src-e0a2a85d3a72725ab12bf363f472b29193ad6aaa.zip
FreeBSD-src-e0a2a85d3a72725ab12bf363f472b29193ad6aaa.tar.gz
Move <machine/apicreg.h> to <x86/apicreg.h>.
Diffstat (limited to 'sys/amd64/amd64/apic_vector.S')
-rw-r--r--sys/amd64/amd64/apic_vector.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S
index 73a0eab..e4c4ddf 100644
--- a/sys/amd64/amd64/apic_vector.S
+++ b/sys/amd64/amd64/apic_vector.S
@@ -39,7 +39,7 @@
#include "opt_smp.h"
#include <machine/asmacros.h>
-#include <machine/apicreg.h>
+#include <x86/apicreg.h>
#include "assym.s"
OpenPOWER on IntegriCloud