The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f42c68291d6803abc404fa8d6915a9f5de3a3448
commit f42c68291d6803abc404fa8d6915a9f5de3a3448 Author: Mark Johnston <[email protected]> AuthorDate: 2026-07-21 15:30:56 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-07-21 22:46:42 +0000 amd64: Remove a prototype for an unimplemented function Fixes: 6e93f5e4d693 ("amd64: FRED support") Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D58379 --- 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 55aa4843705e..d51cfae510e7 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);
