forked from Imagelibrary/rtems
score: Add missing define to cache manager
This commit is contained in:
committed by
Sebastian Huber
parent
d13ce7553b
commit
e7a42a0cfb
@@ -435,6 +435,7 @@ rtems_cache_disable_data( void )
|
||||
* and then perform the invalidations.
|
||||
*/
|
||||
|
||||
#if defined(CPU_INSTRUCTION_CACHE_ALIGNMENT)
|
||||
#if !defined(CPU_CACHE_SUPPORT_PROVIDES_RANGE_FUNCTIONS)
|
||||
static void
|
||||
_invalidate_multiple_instruction_lines_no_range_functions(
|
||||
@@ -462,6 +463,7 @@ _invalidate_multiple_instruction_lines_no_range_functions(
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void
|
||||
rtems_cache_invalidate_multiple_instruction_lines(
|
||||
|
||||
Reference in New Issue
Block a user