Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2026 00:15:49 +0000
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f42c68291d68 - main - amd64: Remove a prototype for an unimplemented function
Message-ID:  <6a600bb5.43f46.24a32efc@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=f42c68291d6803abc404fa8d6915a9f5de3a3448

commit f42c68291d6803abc404fa8d6915a9f5de3a3448
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-07-21 15:30:56 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
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);


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a600bb5.43f46.24a32efc>