Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2026 16:28:36 +0000
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c9c0474ae40a - stable/15 - arm64: Remove unneeded declaration from <machine/pcpu.h>
Message-ID:  <6a3ab434.25a5b.965cfda@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by jhb:

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

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ab434.25a5b.965cfda>