forked from Imagelibrary/rtems
bsp/arm: Cleanup L1 cache
This commit is contained in:
committed by
Sebastian Huber
parent
a38d4a37bc
commit
924b47a548
@@ -332,9 +332,9 @@ static inline void arm_cache_l1_invalidate_instruction_range(
|
|||||||
( adx + n_bytes ) & ~ARM_CACHE_L1_INSTRUCTION_LINE_MASK;
|
( adx + n_bytes ) & ~ARM_CACHE_L1_INSTRUCTION_LINE_MASK;
|
||||||
|
|
||||||
arm_cache_l1_select( ARM_CACHE_L1_CSS_ID_INSTRUCTION );
|
arm_cache_l1_select( ARM_CACHE_L1_CSS_ID_INSTRUCTION );
|
||||||
|
|
||||||
ARM_CACHE_L1_ERRATA_764369_HANDLER();
|
ARM_CACHE_L1_ERRATA_764369_HANDLER();
|
||||||
|
|
||||||
/* Back starting address up to start of a line and invalidate until end */
|
/* Back starting address up to start of a line and invalidate until end */
|
||||||
for (;
|
for (;
|
||||||
adx < end;
|
adx < end;
|
||||||
|
|||||||
Reference in New Issue
Block a user