git: a15c59189966 - main - linux(4): Remove unused arm64 SDT declarations

From: Edward Tomasz Napierala <trasz_at_FreeBSD.org>
Date: Tue, 21 Dec 2021 12:32:43 UTC
The branch main has been updated by trasz:

URL: https://cgit.FreeBSD.org/src/commit/?id=a15c591899663c30f2cbe13a4b350ad508b5e4bb

commit a15c591899663c30f2cbe13a4b350ad508b5e4bb
Author:     Edward Tomasz Napierala <trasz@FreeBSD.org>
AuthorDate: 2021-12-21 06:07:15 +0000
Commit:     Edward Tomasz Napierala <trasz@FreeBSD.org>
CommitDate: 2021-12-21 12:32:35 +0000

    linux(4): Remove unused arm64 SDT declarations
    
    Those tracepoints have been removed somewhere in the past.
    
    Sponsored By:   EPSRC
---
 sys/arm64/linux/linux_sysvec.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys/arm64/linux/linux_sysvec.c b/sys/arm64/linux/linux_sysvec.c
index a63c82b38c73..3945f592f64e 100644
--- a/sys/arm64/linux/linux_sysvec.c
+++ b/sys/arm64/linux/linux_sysvec.c
@@ -123,10 +123,6 @@ LIN_SDT_PROBE_DEFINE2(sysvec, linux_translate_traps, todo, "int", "int");
 LIN_SDT_PROBE_DEFINE0(sysvec, linux_exec_setregs, todo);
 LIN_SDT_PROBE_DEFINE0(sysvec, linux_copyout_auxargs, todo);
 LIN_SDT_PROBE_DEFINE0(sysvec, linux_elf_fixup, todo);
-LIN_SDT_PROBE_DEFINE0(sysvec, linux_rt_sigreturn, todo);
-LIN_SDT_PROBE_DEFINE0(sysvec, linux_rt_sendsig, todo);
-LIN_SDT_PROBE_DEFINE0(sysvec, linux_vdso_install, todo);
-LIN_SDT_PROBE_DEFINE0(sysvec, linux_vdso_deinstall, todo);
 
 LINUX_VDSO_SYM_CHAR(linux_platform);
 LINUX_VDSO_SYM_INTPTR(kern_timekeep_base);