The branch main has been updated by jhb:

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

commit d01e5afbbf9bc879e570f59dddc147c0efa8b990
Author:     John Baldwin <[email protected]>
AuthorDate: 2026-03-25 15:17:27 +0000
Commit:     John Baldwin <[email protected]>
CommitDate: 2026-05-27 13:43:37 +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
---
 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 286a40e7de3d..d04f975350d8 100644
--- a/sys/arm64/include/pcpu.h
+++ b/sys/arm64/include/pcpu.h
@@ -55,7 +55,6 @@ struct debug_monitor_state;
 
 #ifdef _KERNEL
 
-struct pcb;
 struct pcpu;
 
 static inline struct pcpu *

Reply via email to