zephyr/kernel
Daniel Leung ac53880cef kernel: smp: avoid identifier collisions
MISRA-C Rule 5.3 states that identifiers in inner scope should
not hide identifiers in outer scope.

In the function smp_init_top(), the variable "start_flags"
collide with global variable of the same name. So rename the one
inside the function.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-07-25 21:26:15 -04:00
..
include
CMakeLists.txt
Kconfig
Kconfig.power_mgmt
atomic_c.c
compiler_stack_protect.c
device.c
errno.c
fatal.c
futex.c
idle.c
init.c
kheap.c
mailbox.c
mem_domain.c
mem_slab.c
mempool.c
mempool_sys.c
mmu.c
msg_q.c
mutex.c
pipes.c
poll.c
queue.c
sched.c
sem.c
smp.c kernel: smp: avoid identifier collisions 2020-07-25 21:26:15 -04:00
stack.c
system_work_q.c
thread.c
thread_abort.c
timeout.c
timer.c
userspace.c
userspace_handler.c
version.c
work_q.c