diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-07-21 15:30:56 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-07-21 22:46:42 +0000 |
| commit | f42c68291d6803abc404fa8d6915a9f5de3a3448 (patch) | |
| tree | 07fac72c192c1d7d63b407c6cb5af31256a0a966 | |
| parent | 55c240eada966b4595cbf93bf0641073713c5b99 (diff) | |
amd64: Remove a prototype for an unimplemented function
Fixes: 6e93f5e4d693 ("amd64: FRED support")
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D58379
| -rw-r--r-- | sys/amd64/include/md_var.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
