summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/exception.S
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2010-02-25 14:13:39 +0000
committerattilio <attilio@FreeBSD.org>2010-02-25 14:13:39 +0000
commit1b75a98556931f83129a222260dbc32a104b8bc3 (patch)
treed968b8185d78ca4c30d4e35c028883a9027fcb5f /sys/amd64/amd64/exception.S
parent2705e272e16f3352f585937363f0557635e5149f (diff)
downloadFreeBSD-src-1b75a98556931f83129a222260dbc32a104b8bc3.zip
FreeBSD-src-1b75a98556931f83129a222260dbc32a104b8bc3.tar.gz
Introduce the new kernel sub-tree x86 which should contain all the code
shared and generalized between our current amd64, i386 and pc98. This is just an initial step that should lead to a more complete effort. For the moment, a very simple porting of cpufreq modules, BIOS calls and the whole MD specific ISA bus part is added to the sub-tree but ideally a lot of code might be added and more shared support should grow. Sponsored by: Sandvine Incorporated Reviewed by: emaste, kib, jhb, imp Discussed on: arch MFC: 3 weeks
Diffstat (limited to 'sys/amd64/amd64/exception.S')
-rw-r--r--sys/amd64/amd64/exception.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S
index 3d1a20e..16d50c5 100644
--- a/sys/amd64/amd64/exception.S
+++ b/sys/amd64/amd64/exception.S
@@ -595,7 +595,7 @@ MCOUNT_LABEL(bintr)
.text
SUPERALIGN_TEXT
-#include <amd64/isa/atpic_vector.S>
+#include <amd64/amd64/atpic_vector.S>
#endif
.text
OpenPOWER on IntegriCloud