Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2025 12:02:25 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f3ee178be2b2 - main - arm64: Remove armreg.h from db_machdep.h
Message-ID:  <202510271202.59RC2PR2077433@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by andrew:

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

commit f3ee178be2b2b4205a42d514db1142d6bf162601
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2025-10-27 10:56:06 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2025-10-27 11:36:17 +0000

    arm64: Remove armreg.h from db_machdep.h
    
    There is nothing in this file that needs armreg.h
    
    Reviewed by:    imp
    Sponsored by:   Arm Ltd
    Differential Revision:  https://reviews.freebsd.org/D53323
---
 sys/arm64/include/db_machdep.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/arm64/include/db_machdep.h b/sys/arm64/include/db_machdep.h
index 5dc496ca851d..3ef95f7802ea 100644
--- a/sys/arm64/include/db_machdep.h
+++ b/sys/arm64/include/db_machdep.h
@@ -31,7 +31,6 @@
 #ifndef	_MACHINE_DB_MACHDEP_H_
 #define	_MACHINE_DB_MACHDEP_H_
 
-#include <machine/armreg.h>
 #include <machine/frame.h>
 #include <machine/trap.h>
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510271202.59RC2PR2077433>