[rtems commit] bsps/arm: Fix typo

Sebastian Huber sebh at rtems.org
Thu Feb 28 10:57:47 UTC 2019


Module:    rtems
Branch:    master
Commit:    8e8e269b3e667b29fb413c3387fe72edbeffb331
Changeset: http://git.rtems.org/rtems/commit/?id=8e8e269b3e667b29fb413c3387fe72edbeffb331

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Feb 28 11:35:53 2019 +0100

bsps/arm: Fix typo

---

 bsps/arm/include/bsp/arm-gic-regs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsps/arm/include/bsp/arm-gic-regs.h b/bsps/arm/include/bsp/arm-gic-regs.h
index 5eeb98c..2915313 100644
--- a/bsps/arm/include/bsp/arm-gic-regs.h
+++ b/bsps/arm/include/bsp/arm-gic-regs.h
@@ -134,7 +134,7 @@ typedef struct {
 #define GIC_DIST_ICDSGIR_CPU_TARGET_LIST(val) BSP_FLD32(val, 16, 23)
 #define GIC_DIST_ICDSGIR_CPU_TARGET_LIST_GET(reg) BSP_FLD32GET(reg, 16, 23)
 #define GIC_DIST_ICDSGIR_CPU_TARGET_LIST_SET(reg, val) BSP_FLD32SET(reg, val, 16, 23)
-#define GIC_DIST_ICDSGIR_SATT BSP_BIT32(15)
+#define GIC_DIST_ICDSGIR_NSATT BSP_BIT32(15)
 #define GIC_DIST_ICDSGIR_SGIINTID(val) BSP_FLD32(val, 0, 3)
 #define GIC_DIST_ICDSGIR_SGIINTID_GET(reg) BSP_FLD32GET(reg, 0, 3)
 #define GIC_DIST_ICDSGIR_SGIINTID_SET(reg, val) BSP_FLD32SET(reg, val, 0, 3)



More information about the vc mailing list