Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2026 14:59:19 +0000
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d01e5afbbf9b - main - arm64: Remove unneeded declaration from <machine/pcpu.h>
Message-ID:  <6a1706c7.224dc.5da5bcb1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhb:

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

commit d01e5afbbf9bc879e570f59dddc147c0efa8b990
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-03-25 15:17:27 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
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 *


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1706c7.224dc.5da5bcb1>