Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/gemini include arm/arm32/pte.h to gemini_ipm.c ...



details:   https://anonhg.NetBSD.org/src/rev/da31fab2f650
branches:  trunk
changeset: 376016:da31fab2f650
user:      andvar <andvar%NetBSD.org@localhost>
date:      Fri May 26 20:50:21 2023 +0000

description:
include arm/arm32/pte.h to gemini_ipm.c to fix GEMINI_MASTER/SLAVE config builds.
They fail with 'L1_S_SIZE' undeclared error otherwise from gemini.h declarations.
gemini_machdep.c includes it transitively, thus doesn't faili on GEMINI config.
Likely nobody is using them anyway though...

diffstat:

 sys/arch/arm/gemini/gemini_ipm.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 8e4f9c22f4df -r da31fab2f650 sys/arch/arm/gemini/gemini_ipm.c
--- a/sys/arch/arm/gemini/gemini_ipm.c  Fri May 26 13:21:51 2023 +0000
+++ b/sys/arch/arm/gemini/gemini_ipm.c  Fri May 26 20:50:21 2023 +0000
@@ -7,13 +7,14 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: gemini_ipm.c,v 1.6 2022/09/27 06:36:41 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gemini_ipm.c,v 1.7 2023/05/26 20:50:21 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/device.h>
 #include <sys/intr.h>
 #include <arm/cpufunc.h>
+#include <arm/arm32/pte.h>
 #include <arch/arm/gemini/gemini_obiovar.h>
 #include <arch/arm/gemini/gemini_ipivar.h>
 #include <arch/arm/gemini/gemini_ipm.h>



Home | Main Index | Thread Index | Old Index