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:
@@ -1,3 +1,10 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||||
|
|||||||
@@ -207,7 +207,7 @@ rtems_cache_disable_data( void )
|
|||||||
void
|
void
|
||||||
rtems_cache_invalidate_multiple_instruction_lines( const void * i_addr, size_t n_bytes )
|
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;
|
const void * final_address;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user