zephyr/boards/posix/native_posix
Andy Ross 9c62cc677d kernel: Add kswap.h header to unbreak cycles
The xtensa-asm2 work included a patch that added nano_internal.h
includes in lots of places that needed to have _Swap defined, because
it had to break a cycle and this no longer got pulled in from the arch
headers.

Unfortunately those new includes created new and more amusing cycles
elsewhere which led to breakage on other platforms.

Break out the _Swap definition (only) into a separate header and use
that instead.  Cleaner.  Seems not to have any more hidden gotchas.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-02-16 10:44:29 -05:00
..
doc native test: End tests as soon as they pass fail 2018-02-05 06:26:53 -08:00
CMakeLists.txt native: Accept command line arguments 2018-01-11 18:02:54 -05:00
Kconfig native: Corrected board name in config short description 2018-01-25 18:54:26 +05:30
Kconfig.board native: added stdin handling for shell 2018-02-02 07:48:46 -08:00
Kconfig.defconfig posix: ld: Don't print memory usage 2017-12-28 11:24:21 -05:00
board.cmake
board.h
board_irq.h native: native_posix timer + irq fix 2018-02-07 16:28:16 -05:00
board_soc.h
cmdline.c native: Accept command line arguments 2018-01-11 18:02:54 -05:00
cmdline.h native: Accept command line arguments 2018-01-11 18:02:54 -05:00
hw_models_top.c native: coverage exclusions 2018-02-07 16:28:16 -05:00
hw_models_top.h
irq_ctrl.c
irq_ctrl.h
irq_handler.c kernel: Add kswap.h header to unbreak cycles 2018-02-16 10:44:29 -05:00
irq_handler.h
main.c native: minor consistency rename 2018-01-29 23:23:56 -05:00
native_posix.yaml
native_posix_defconfig native: fixed configuration warning 2018-01-25 18:54:26 +05:30
timer_model.c native: timer bugfix in tickless mode part 2018-02-08 15:56:48 -08:00
timer_model.h native: native_posix timer + irq fix 2018-02-07 16:28:16 -05:00
tracing.c native: minor consistency rename 2018-01-29 23:23:56 -05:00