The branch stable/15 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c9c0474ae40a7dc68e19c3c6e53e557f2a97cfdf
commit c9c0474ae40a7dc68e19c3c6e53e557f2a97cfdf Author: John Baldwin <[email protected]> AuthorDate: 2026-03-25 15:17:27 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2026-06-23 16:17:31 +0000 arm64: Remove unneeded declaration from <machine/pcpu.h> Reviewed by: kib, andrew Sponsored by: AFRL, DARPA Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/23 (cherry picked from commit d01e5afbbf9bc879e570f59dddc147c0efa8b990) --- sys/arm64/include/pcpu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/arm64/include/pcpu.h b/sys/arm64/include/pcpu.h index 0d8246401193..45205a7b928e 100644 --- a/sys/arm64/include/pcpu.h +++ b/sys/arm64/include/pcpu.h @@ -54,7 +54,6 @@ struct debug_monitor_state; #ifdef _KERNEL -struct pcb; struct pcpu; static inline struct pcpu *
