forked from Imagelibrary/rtems
Fix broken BSPs due to a shared cache function declaration.
Get rid of _CPU_cache_invalidate_instruction_range declaration as it doesn't make sense here.
This commit is contained in:
committed by
Sebastian Huber
parent
f60b4f9344
commit
1602bf3973
@@ -27,7 +27,6 @@ void _CPU_cache_invalidate_data_range(const void *d_addr, size_t n_bytes);
|
||||
void _CPU_cache_invalidate_1_data_line(const void *d_addr);
|
||||
void _CPU_cache_freeze_data(void);
|
||||
void _CPU_cache_unfreeze_data(void);
|
||||
void _CPU_cache_invalidate_instruction_range(const void *i_addr, size_t n_bytes);
|
||||
void _CPU_cache_invalidate_1_instruction_line(const void *d_addr);
|
||||
void _CPU_cache_freeze_instruction(void);
|
||||
void _CPU_cache_unfreeze_instruction(void);
|
||||
|
||||
Reference in New Issue
Block a user