score: Add missing define to cache manager

This commit is contained in:
Daniel Cederman
2014-08-25 08:48:17 +02:00
committed by Sebastian Huber
parent d13ce7553b
commit e7a42a0cfb

View File

@@ -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(