[rtems commit] bsp/arm: Cleanup L1 cache

Sebastian Huber sebh at rtems.org
Thu Apr 17 11:21:09 UTC 2014


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

Author:    Ralf Kirchner <ralf.kirchner at embedded-brains.de>
Date:      Thu Apr 17 09:21:36 2014 +0200

bsp/arm: Cleanup L1 cache

---

 c/src/lib/libbsp/arm/shared/include/arm-cache-l1.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/c/src/lib/libbsp/arm/shared/include/arm-cache-l1.h b/c/src/lib/libbsp/arm/shared/include/arm-cache-l1.h
index 0db511d..a062071 100644
--- a/c/src/lib/libbsp/arm/shared/include/arm-cache-l1.h
+++ b/c/src/lib/libbsp/arm/shared/include/arm-cache-l1.h
@@ -332,9 +332,9 @@ static inline void arm_cache_l1_invalidate_instruction_range(
       ( adx + n_bytes ) & ~ARM_CACHE_L1_INSTRUCTION_LINE_MASK;
 
     arm_cache_l1_select( ARM_CACHE_L1_CSS_ID_INSTRUCTION );
-    
+
     ARM_CACHE_L1_ERRATA_764369_HANDLER();
-    
+
     /* Back starting address up to start of a line and invalidate until end */
     for (;
          adx < end;




More information about the vc mailing list