bsp/altera-vyclone-v: Broadcast cache maintenances

This commit is contained in:
Ralf Kirchner
2014-05-28 14:47:01 +02:00
committed by Sebastian Huber
parent 5fd4e35f9b
commit dda78f43d5

View File

@@ -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