aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.i386
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2018-02-06 00:02:30 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2018-02-06 00:02:30 +0000
commit5370a081a881fddf1efbfa1e4536ed9cee17807e (patch)
treef5955d81e53d7409115f13119b3b7e20ad0e577f /sys/conf/files.i386
parentd177c19903e8e6ebdcdf769d1d344de4fd24f364 (diff)
downloadsrc-5370a081a881fddf1efbfa1e4536ed9cee17807e.tar.gz
src-5370a081a881fddf1efbfa1e4536ed9cee17807e.zip
Move signal trampolines out of locore.s into separate source file.
Similar to other arches, the move makes the subject of locore.s only the kernel startup. Sponsored by: The FreeBSD Foundation MFC after: 1 week
Notes
Notes: svn path=/head/; revision=328913
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r--sys/conf/files.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 44fdf4669acf..bc262ddb823c 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -494,6 +494,7 @@ i386/i386/perfmon.c optional perfmon
i386/i386/pmap.c standard
i386/i386/prof_machdep.c optional profiling-routine
i386/i386/ptrace_machdep.c standard
+i386/i386/sigtramp.s standard
i386/i386/support.s standard
i386/i386/swtch.s standard
i386/i386/sys_machdep.c standard