From 8ddb4b9b6668f88acc70042923384383247340dc Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Tue, 14 Dec 2021 18:05:29 +0000 Subject: 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 --- sys/conf/files.arm64 | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf/files.arm64') 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 -- cgit v1.2.3