forked from Imagelibrary/rtems
2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>
* shared/src/cache_manager.c (rtems_cache_invalidate_multiple_instruction_lines): If CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is an instruction cache but no notion of line size.
This commit is contained in:
@@ -207,7 +207,7 @@ rtems_cache_disable_data( void )
|
||||
void
|
||||
rtems_cache_invalidate_multiple_instruction_lines( const void * i_addr, size_t n_bytes )
|
||||
{
|
||||
#if defined(CPU_INSTRUCTION_CACHE_ALIGNMENT)
|
||||
#if CPU_INSTRUCTION_CACHE_ALIGNMENT
|
||||
const void * final_address;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user