Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Aug 2026 10:35:04 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Cc:        Mark Johnston <markj@FreeBSD.org>
Subject:   git: 408031fd85cd - stable/15 - amd64: Remove a prototype for an unimplemented function
Message-ID:  <6a75b4d8.22d56.58e7f16d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by kib:

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

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a75b4d8.22d56.58e7f16d>