git: 66d713f68698 - stable/13 - arm64: Fix the definition of ID_AA64DFR1_EL1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Sep 2023 11:00:58 UTC
The branch stable/13 has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=66d713f68698f4a2721c8885fb38b897ca208cf4 commit 66d713f68698f4a2721c8885fb38b897ca208cf4 Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2023-06-02 15:23:47 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2023-09-25 08:41:32 +0000 arm64: Fix the definition of ID_AA64DFR1_EL1 (cherry picked from commit dd235575283811af73db665a280ac40f8b0a608b) --- sys/arm64/include/armreg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm64/include/armreg.h b/sys/arm64/include/armreg.h index baf04695bf41..9b60ea2a6263 100644 --- a/sys/arm64/include/armreg.h +++ b/sys/arm64/include/armreg.h @@ -550,7 +550,7 @@ #define ID_AA64DFR0_TraceFilt_8_4 (UL(0x1) << ID_AA64DFR0_TraceFilt_SHIFT) /* ID_AA64DFR1_EL1 */ -#define ID_AA64DFR1_EL1 MRS_REG(ID_AA64DFR0_EL1) +#define ID_AA64DFR1_EL1 MRS_REG(ID_AA64DFR1_EL1) #define ID_AA64DFR1_EL1_op0 3 #define ID_AA64DFR1_EL1_op1 0 #define ID_AA64DFR1_EL1_CRn 0