zephyr/arch/arm
Daniel Leung d1813e547e arm: using -EAGAIN directly instead of _k_neg_eagain
_k_neg_eagain is there for used in assembly where including
errno.h is not possible. However, the usage in ARM was simply
to assign value to swap_return_value in a C file, which is
no need to use _k_neg_eagain as errno.h can be included.
So change that to use -EAGAIN directly. Saves 4 bytes in
built binaries in rodata.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-10-20 15:14:13 +02:00
..
core arm: using -EAGAIN directly instead of _k_neg_eagain 2023-10-20 15:14:13 +02:00
include arch: arm: Separate common kernel_arch_func code 2023-09-13 10:08:05 +01:00
CMakeLists.txt arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
Kconfig arch: arm: aarch32: Introduce z_arm_on_enter_cpu_idle_prepare() hook 2023-09-30 18:48:19 +02:00