forked from Imagelibrary/rtems
bsp/altera-vyclone-v: Broadcast cache maintenances
This commit is contained in:
committed by
Sebastian Huber
parent
5fd4e35f9b
commit
dda78f43d5
@@ -132,7 +132,7 @@ BSP_START_TEXT_SECTION void bsp_start_hook_0( void )
|
||||
#ifdef RTEMS_SMP
|
||||
/* Enable cache coherency support for this processor */
|
||||
uint32_t actlr = arm_cp15_get_auxiliary_control();
|
||||
actlr |= ARM_CORTEX_A9_ACTL_SMP;
|
||||
actlr |= ARM_CORTEX_A9_ACTL_SMP | ARM_CORTEX_A9_ACTL_FW;
|
||||
arm_cp15_set_auxiliary_control(actlr);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user