summaryrefslogtreecommitdiffstats
path: root/bsps/arm/raspberrypi
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/raspberrypi')
-rw-r--r--bsps/arm/raspberrypi/start/bspsmp_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/raspberrypi/start/bspsmp_init.c b/bsps/arm/raspberrypi/start/bspsmp_init.c
index 8c8cd74712..a8c79e9f7c 100644
--- a/bsps/arm/raspberrypi/start/bspsmp_init.c
+++ b/bsps/arm/raspberrypi/start/bspsmp_init.c
@@ -77,5 +77,5 @@ void rpi_start_rtems_on_secondary_processor(void)
ctrl &= ~ARM_CP15_CTRL_V;
arm_cp15_set_control(ctrl);
- _SMP_Start_multitasking_on_secondary_processor();
+ _SMP_Start_multitasking_on_secondary_processor(_Per_CPU_Get());
}