From 720f281dc66ef3b39c87a62e92ad517002a8a6d2 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 22 Oct 2024 02:58:11 +0000 Subject: correct name of define for ISS data abort S1PTW bit --- sys/arch/arm64/include/armreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/arm64/include/armreg.h b/sys/arch/arm64/include/armreg.h index 528020aec14..c9aa287c3da 100644 --- a/sys/arch/arm64/include/armreg.h +++ b/sys/arch/arm64/include/armreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: armreg.h,v 1.37 2024/07/30 08:59:33 kettenis Exp $ */ +/* $OpenBSD: armreg.h,v 1.38 2024/10/22 02:58:10 jsg Exp $ */ /*- * Copyright (c) 2013, 2014 Andrew Turner * Copyright (c) 2015 The FreeBSD Foundation @@ -142,7 +142,7 @@ #define ISS_DATA_FnV (0x01 << 10) #define ISS_DATA_EA (0x01 << 9) #define ISS_DATA_CM (0x01 << 8) -#define ISS_INSN_S1PTW (0x01 << 7) +#define ISS_DATA_S1PTW (0x01 << 7) #define ISS_DATA_WnR (0x01 << 6) #define ISS_DATA_DFSC_MASK (0x3f << 0) #define ISS_DATA_DFSC_ASF_L0 (0x00 << 0) -- cgit v1.2.3