[rtems commit] arm: Fix Cortex-M7 support
Sebastian Huber
sebh at rtems.org
Thu Feb 4 13:37:24 UTC 2016
Module: rtems
Branch: master
Commit: e4b5289ad323709e2b26aa8eae9820c862ac279c
Changeset: http://git.rtems.org/rtems/commit/?id=e4b5289ad323709e2b26aa8eae9820c862ac279c
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Feb 4 14:35:33 2016 +0100
arm: Fix Cortex-M7 support
---
cpukit/score/cpu/arm/rtems/score/arm.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cpukit/score/cpu/arm/rtems/score/arm.h b/cpukit/score/cpu/arm/rtems/score/arm.h
index 2114f77..334e73a 100644
--- a/cpukit/score/cpu/arm/rtems/score/arm.h
+++ b/cpukit/score/cpu/arm/rtems/score/arm.h
@@ -42,7 +42,8 @@ extern "C" {
#if defined(__ARM_ARCH_7A__) \
|| defined(__ARM_ARCH_7R__) \
- || defined(__ARM_ARCH_7M__)
+ || defined(__ARM_ARCH_7M__) \
+ || defined(__ARM_ARCH_7EM__)
#define ARM_MULTILIB_HAS_WFI
#define ARM_MULTILIB_HAS_LOAD_STORE_EXCLUSIVE
#define ARM_MULTILIB_HAS_BARRIER_INSTRUCTIONS
More information about the vc
mailing list