summaryrefslogtreecommitdiffstats
path: root/bsps/arm/shared/clock/clock-generic-timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/shared/clock/clock-generic-timer.c')
-rw-r--r--bsps/arm/shared/clock/clock-generic-timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/shared/clock/clock-generic-timer.c b/bsps/arm/shared/clock/clock-generic-timer.c
index e851e02104..88fb1967e5 100644
--- a/bsps/arm/shared/clock/clock-generic-timer.c
+++ b/bsps/arm/shared/clock/clock-generic-timer.c
@@ -135,7 +135,7 @@ static void arm_gt_clock_secondary_action(void *arg)
static void arm_gt_clock_secondary_initialization(uint64_t cval)
{
#if defined(RTEMS_SMP) && !defined(CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSOR)
- _SMP_Multicast_action(NULL, arm_gt_clock_secondary_action, &cval);
+ _SMP_Broadcast_action(arm_gt_clock_secondary_action, &cval);
#endif
}