The branch main has been updated by andrew:

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

commit e0e5127ff429aaba845e5151decd940fdbe86886
Author:     Andrew Turner <[email protected]>
AuthorDate: 2023-07-24 16:58:13 +0000
Commit:     Andrew Turner <[email protected]>
CommitDate: 2023-07-24 16:58:13 +0000

    Remove left over includes from armv4/v5
    
    These includes were added for armv4 and armv5 support. Remove them as
    this has been removed from the tree.
    
    Sponsored by:   Arm Ltd
    Differential Revision:  https://reviews.freebsd.org/D41133
---
 sys/arm/include/atomic.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/sys/arm/include/atomic.h b/sys/arm/include/atomic.h
index f5d98d920ebd..f166b0091e90 100644
--- a/sys/arm/include/atomic.h
+++ b/sys/arm/include/atomic.h
@@ -43,12 +43,6 @@
 
 #include <sys/atomic_common.h>
 
-#include <machine/armreg.h>
-
-#ifndef _KERNEL
-#include <machine/sysarch.h>
-#endif
-
 #include <machine/atomic-v6.h>
 
 static __inline u_long

Reply via email to