zephyr/arch
Alberto Escolar Piedras f974cb0ae1 posix arch: Untangle headers
posix_soc_if.h is meant to be a private header between
the POSIX ARCH, SOC, and maybe boards,
it should not contain definitions meant to be used directly
by the kernel or app.

Some definitions were placed here due to a dependency moebius
loop.
Unravel that by removing all header dependencies in posix_soc_if.h,
move those definitions out to a more logical place,
and while we are here reduce the amount of users of
irq_offload.h in POSIX arch related code

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2019-10-25 11:23:49 -07:00
..
arc arch: arc: Implement z_arch_system_halt() 2019-10-24 13:26:41 +02:00
arm arch: arm: internal API to check return execution mode 2019-10-24 10:12:08 -07:00
common timing_info: rename globals 2019-09-30 15:25:55 -04:00
nios2 kconfig: Remove symbol types from Kconfig.defconfig files 2019-10-24 12:40:22 -05:00
posix posix arch: Untangle headers 2019-10-25 11:23:49 -07:00
riscv riscv: properly pull in irq_offload logic 2019-10-15 09:33:52 -07:00
x86 REVERTME: x86: disable X86_MMU if MP_NUM_CPUS != 1 2019-10-24 12:48:45 -07:00
x86_64 x86_64: fix arch headers 2019-10-09 09:14:18 -04:00
xtensa kconfig: Remove symbol types from Kconfig.defconfig files 2019-10-24 12:40:22 -05:00
CMakeLists.txt
Kconfig arch: add Kconfig to signify ability to detect nested IRQ 2019-10-24 10:12:08 -07:00