Date: Tue, 21 Dec 2021 12:32:43 GMT From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a15c59189966 - main - linux(4): Remove unused arm64 SDT declarations Message-ID: <202112211232.1BLCWhG5045905@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112211232.1BLCWhG5045905>