From f809c1d0015cd1cffe06e63587fa38db2e081514 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sun, 27 Feb 2022 17:36:52 +0000 Subject: [PATCH] Adjust definition of DART_L1_TABLE to what Linux uses. ok jsg@ --- sys/arch/arm64/dev/apldart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/arm64/dev/apldart.c b/sys/arch/arm64/dev/apldart.c index 96b3a061ccf..6eaafdbeb42 100644 --- a/sys/arch/arm64/dev/apldart.c +++ b/sys/arch/arm64/dev/apldart.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apldart.c,v 1.9 2022/02/06 19:10:07 kettenis Exp $ */ +/* $OpenBSD: apldart.c,v 1.10 2022/02/27 17:36:52 kettenis Exp $ */ /* * Copyright (c) 2021 Mark Kettenis * @@ -70,7 +70,7 @@ */ #define DART_OFFSET_MASK 7 -#define DART_L1_TABLE 0xb +#define DART_L1_TABLE 0x3 #define DART_L2_INVAL 0 #define DART_L2_VALID (1 << 0) #define DART_L2_FULL_PAGE (1 << 1) -- 2.20.1