aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.arm64
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2021-12-14 18:05:29 +0000
committerAndrew Turner <andrew@FreeBSD.org>2021-12-24 11:59:43 +0000
commit8ddb4b9b6668f88acc70042923384383247340dc (patch)
tree42942d48d7daf18c2abc47f1b455a85cb21c1263 /sys/conf/files.arm64
parentada8b24d48d93f0b13209b555b64f3d355ef61d9 (diff)
downloadsrc-8ddb4b9b6668f88acc70042923384383247340dc.tar.gz
src-8ddb4b9b6668f88acc70042923384383247340dc.zip
Extract the arm64 signal code to a new file
This will be used by the vdso signal trampoline on arm64. While here fix the license as this part of locore.S to correct the copyright owner. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/conf/files.arm64')
-rw-r--r--sys/conf/files.arm641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index f941764ebd0f..56712d859d69 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -68,6 +68,7 @@ arm64/arm64/nexus.c standard
arm64/arm64/ofw_machdep.c optional fdt
arm64/arm64/pmap.c standard
arm64/arm64/ptrace_machdep.c standard
+arm64/arm64/sigtramp.S standard
arm64/arm64/stack_machdep.c optional ddb | stack
arm64/arm64/support.S standard
arm64/arm64/swtch.S standard