Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/aarch64/include Include aarch64/machdep.h for arm32...



details:   https://anonhg.NetBSD.org/src/rev/b152cdc87fe2
branches:  trunk
changeset: 323939:b152cdc87fe2
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Jul 09 09:09:47 2018 +0000

description:
Include aarch64/machdep.h for arm32 compat.

diffstat:

 sys/arch/aarch64/include/locore.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2eb1b744f72b -r b152cdc87fe2 sys/arch/aarch64/include/locore.h
--- a/sys/arch/aarch64/include/locore.h Mon Jul 09 08:51:19 2018 +0000
+++ b/sys/arch/aarch64/include/locore.h Mon Jul 09 09:09:47 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.h,v 1.4 2018/07/09 06:19:53 ryo Exp $ */
+/* $NetBSD: locore.h,v 1.5 2018/07/09 09:09:47 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -50,6 +50,7 @@
 #include <sys/types.h>
 
 #include <aarch64/armreg.h>
+#include <aarch64/machdep.h>   /* arm32 compat */
 
 /* for compatibility arch/arm */
 #define I32_bit                        DAIF_I



Home | Main Index | Thread Index | Old Index