summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2015-09-11 03:24:07 +0000
committermarkj <markj@FreeBSD.org>2015-09-11 03:24:07 +0000
commitdfb0cc5c03efdfd24efc1469b804742fd2d9bc5d (patch)
tree11760d447b62e31159f31afdca3fc3efbac38fae /sys/conf/files.amd64
parent3ff7032ecdcf849960103d5e02a6ff33abfed3ce (diff)
downloadFreeBSD-src-dfb0cc5c03efdfd24efc1469b804742fd2d9bc5d.zip
FreeBSD-src-dfb0cc5c03efdfd24efc1469b804742fd2d9bc5d.tar.gz
Merge stack(9) implementations for i386 and amd64 under x86/.
Reviewed by: jhb, kib Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D3255
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index bd70825..3def78f 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -130,7 +130,6 @@ amd64/amd64/pmap.c standard
amd64/amd64/prof_machdep.c optional profiling-routine
amd64/amd64/ptrace_machdep.c standard
amd64/amd64/sigtramp.S standard
-amd64/amd64/stack_machdep.c optional ddb | stack
amd64/amd64/support.S standard
amd64/amd64/sys_machdep.c standard
amd64/amd64/trap.c standard
@@ -612,6 +611,7 @@ x86/x86/mp_x86.c optional smp
x86/x86/msi.c optional pci
x86/x86/nexus.c standard
x86/x86/pvclock.c standard
+x86/x86/stack_machdep.c optional ddb | stack
x86/x86/tsc.c standard
x86/x86/delay.c standard
x86/xen/hvm.c optional xenhvm
OpenPOWER on IntegriCloud