mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Merge branch 'xilinx_zynq_zedboard-compile-fix' into 'main'
bsps/arm/xilinx-zynq/start/bspsmp.c: fix unused parameter warning See merge request rtems/rtos/rtems!822
This commit is contained in:
@@ -44,6 +44,7 @@ bool _CPU_SMP_Start_processor(uint32_t cpu_index)
|
|||||||
volatile uint32_t* const kick_address = (uint32_t*) 0xfffffff0UL;
|
volatile uint32_t* const kick_address = (uint32_t*) 0xfffffff0UL;
|
||||||
|
|
||||||
_Assert(cpu_index == 1);
|
_Assert(cpu_index == 1);
|
||||||
|
(void) cpu_index;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Enable the second CPU.
|
* Enable the second CPU.
|
||||||
|
|||||||
Reference in New Issue
Block a user