git: 408031fd85cd - stable/15 - amd64: Remove a prototype for an unimplemented function
Konstantin Belousov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a75b4d8.22d56.58e7f16d__25836.7636286252$1786098929$gmane$org@gitrepo.freebsd.org> |
The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=408031fd85cd72e8f65e5d375272d5a49e2e00ef commit 408031fd85cd72e8f65e5d375272d5a49e2e00ef Author: Mark Johnston <[email protected]> AuthorDate: 2026-07-21 15:30:56 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2026-08-07 10:27:33 +0000 amd64: Remove a prototype for an unimplemented function (cherry picked from commit f42c68291d6803abc404fa8d6915a9f5de3a3448) --- sys/amd64/include/md_var.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/amd64/include/md_var.h b/sys/amd64/include/md_var.h index bb332f1919f3..feaaccad296d 100644 --- a/sys/amd64/include/md_var.h +++ b/sys/amd64/include/md_var.h @@ -72,7 +72,6 @@ void amd64_lower_shared_page(struct sysentvec *); void amd64_bsp_pcpu_init1(struct pcpu *pc); void amd64_bsp_pcpu_init2(uint64_t rsp0); void amd64_bsp_ist_init(struct pcpu *pc); -void amd64_bsp_fred_csl_init(struct pcpu *pc); void amd64_syscall(struct thread *td, int traced); void amd64_syscall_ret_flush_l1d(int error); void amd64_syscall_ret_flush_l1d_recalc(void);