zephyr/arch
Bradley Bolen 63013d93ab arch: arm: Fix checks of CONFIG_USERSPACE
The compiler generates errors of the form
error: "CONFIG_USERSPACE" 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
..
arc arch: arc: Fix checks of CONFIG_STACK_POINTER_RANDOM 2019-05-20 22:27:56 -04:00
arm arch: arm: Fix checks of CONFIG_USERSPACE 2019-05-20 22:27:56 -04:00
common license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
nios2 arch: remove unused tracing_arch.h 2019-05-13 14:04:15 -07:00
posix arch: remove unused tracing_arch.h 2019-05-13 14:04:15 -07:00
riscv32 arch: remove unused tracing_arch.h 2019-05-13 14:04:15 -07:00
x86 x86: Make .rodata readonly 2019-05-17 08:08:46 -07:00
x86_64 arch/x86_64: Suppress spurious linker-generated code in the 32 bit stub 2019-05-06 19:48:32 -04:00
xtensa arch: remove unused tracing_arch.h 2019-05-13 14:04:15 -07:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig userspace: set default priv stack size to 1024 2019-03-29 22:21:16 -04:00