Module Name: src Committed By: jmcneill Date: Mon Jul 9 09:09:47 UTC 2018
Modified Files: src/sys/arch/aarch64/include: locore.h Log Message: Include aarch64/machdep.h for arm32 compat. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/aarch64/include/locore.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/aarch64/include/locore.h diff -u src/sys/arch/aarch64/include/locore.h:1.4 src/sys/arch/aarch64/include/locore.h:1.5 --- src/sys/arch/aarch64/include/locore.h:1.4 Mon Jul 9 06:19:53 2018 +++ src/sys/arch/aarch64/include/locore.h Mon Jul 9 09:09:47 2018 @@ -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