From 9b84adb4aa7bfbd39cf8417863eae559426bfedb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 24 Jun 2021 13:11:21 +0200 Subject: arm: Fix AARCH32_PMSA_ATTR_XN value Update #4202. --- cpukit/score/cpu/arm/include/rtems/score/aarch32-pmsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/arm/include/rtems/score') diff --git a/cpukit/score/cpu/arm/include/rtems/score/aarch32-pmsa.h b/cpukit/score/cpu/arm/include/rtems/score/aarch32-pmsa.h index 7a6ceae433..825a057b03 100644 --- a/cpukit/score/cpu/arm/include/rtems/score/aarch32-pmsa.h +++ b/cpukit/score/cpu/arm/include/rtems/score/aarch32-pmsa.h @@ -64,7 +64,7 @@ extern "C" { #define AARCH32_PMSA_ATTR_IDX( _idx ) \ ( ( _idx ) << AARCH32_PMSA_ATTR_IDX_SHIFT ) -#define AARCH32_PMSA_ATTR_XN 0x6U +#define AARCH32_PMSA_ATTR_XN 0x40U #define AARCH32_PMSA_ATTR_AP_SHIFT 7 #define AARCH32_PMSA_ATTR_AP_MASK 0x18U -- cgit v1.2.3