zephyr/arch/arc/core
Bradley Bolen c5665f2e8e arch: arc: Fix checks of CONFIG_STACK_POINTER_RANDOM
The compiler generates errors of the form
error: "CONFIG_STACK_POINTER_RANDOM" is not defined, evaluates to 0
[-Werror=undef]
when -Wundef is used and the config option was turned off.  Change
check to if defined().

Signed-off-by: Bradley Bolen <bbolen@lexmark.com>
2019-05-20 22:27:56 -04:00
..
mpu kernel: mem_domain: update name/doc of API function for partition add 2019-05-02 11:37:38 -04:00
offsets
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
atomic.S
cache.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
cpu_idle.S systemview: add support natively using tracing hooks 2018-08-21 05:45:47 -07:00
fast_irq.S arch: arc: optimize the push and pop of fast irq 2019-04-19 14:37:03 -05:00
fatal.c arch: arc: add the handling of mpu stack guard exception 2019-03-29 16:15:10 -04:00
fault.c arc: print human-readable exception info 2019-04-17 09:16:27 -07:00
fault_s.S arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
irq_manage.c arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
irq_offload.c arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
isr_wrapper.S arch: arc: Fix checks of CONFIG_ARC_FIRQ 2019-05-20 22:27:56 -04:00
prep_c.c arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
regular_irq.S arch: arc: fix the bug of nest interrupt handling in int exit 2019-04-09 15:35:17 -04:00
reset.S arch: arc: Fix checks of CONFIG_USERSPACE 2019-05-20 22:27:56 -04:00
swap.S all: Update reserved function names 2019-03-11 13:48:42 -04:00
sys_fatal_error_handler.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
thread.c arch: arc: Fix checks of CONFIG_STACK_POINTER_RANDOM 2019-05-20 22:27:56 -04:00
thread_entry_wrapper.S arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
timestamp.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
userspace.S arch: Rename reserved function names 2019-04-03 17:31:00 -04:00
vector_table.c all: Update reserved function names 2019-03-11 13:48:42 -04:00