mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-06 13:41:34 +00:00
bsps/arm/xilinx-zynq/start/bspsmp.c: Address unused parameter warnings
These changes were made to address GCC -Wunused-parameter warnings. These cases were masked when SMP was disbled.
This commit is contained in:
committed by
Amar Takhar
parent
de37fd5176
commit
28c0bcf487
@@ -41,6 +41,8 @@
|
||||
|
||||
bool _CPU_SMP_Start_processor(uint32_t cpu_index)
|
||||
{
|
||||
(void) cpu_index;
|
||||
|
||||
volatile uint32_t* const kick_address = (uint32_t*) 0xfffffff0UL;
|
||||
|
||||
_Assert(cpu_index == 1);
|
||||
|
||||
Reference in New Issue
Block a user