git: 7fdc5559bdf0 - stable/13 - linux(4): Remove unused arm64 SDT declarations
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 19:38:31 UTC
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=7fdc5559bdf0ac01f9f7bf737ad2e95dc16845f0 commit 7fdc5559bdf0ac01f9f7bf737ad2e95dc16845f0 Author: Edward Tomasz Napierala <trasz@FreeBSD.org> AuthorDate: 2021-12-21 06:07:15 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-06-17 19:33:40 +0000 linux(4): Remove unused arm64 SDT declarations Those tracepoints have been removed somewhere in the past. Sponsored By: EPSRC (cherry picked from commit a15c591899663c30f2cbe13a4b350ad508b5e4bb) --- 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 8e4a88f6439c..98db5dd12c3b 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);