forked from Imagelibrary/rtems
bsp/leon3: Do not invalidate cache in SMP start
Since the trap table is now statically initialized, there is no need to invalidate the instruction cache.
This commit is contained in:
@@ -105,7 +105,7 @@ void _CPU_SMP_Finalize_initialization( uint32_t cpu_count )
|
|||||||
|
|
||||||
void _CPU_SMP_Prepare_start_multitasking( void )
|
void _CPU_SMP_Prepare_start_multitasking( void )
|
||||||
{
|
{
|
||||||
rtems_cache_invalidate_entire_instruction();
|
/* Do nothing */
|
||||||
}
|
}
|
||||||
|
|
||||||
void _CPU_SMP_Send_interrupt(uint32_t target_processor_index)
|
void _CPU_SMP_Send_interrupt(uint32_t target_processor_index)
|
||||||
|
|||||||
Reference in New Issue
Block a user