diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2026-03-25 15:17:27 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2026-05-27 13:43:37 +0000 |
| commit | d01e5afbbf9bc879e570f59dddc147c0efa8b990 (patch) | |
| tree | 514dca71087ba589f67191a46ae90b5324c952d1 | |
| parent | a1e07f21dc7458d85bd0d04c294f0389d4591666 (diff) | |
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
| -rw-r--r-- | sys/arm64/include/pcpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 * |
