zephyr/arch/x86
Kumar Gala 4b22ba7e4b syscall: Move arch specific syscall code into its own header
Split out the arch specific syscall code to reduce include pollution
from other arch related headers.  For example on ARM its possible to get
errno.h included via SoC specific headers.  Which created an interesting
compile issue because of the order of syscall & errno/errno syscall
inclusion.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-08-02 22:06:49 -05:00
..
core syscall: Move arch specific syscall code into its own header 2018-08-02 22:06:49 -05:00
include arch: x86: Better document that CR0.WP will also be set when CR0.PG is 2018-05-26 19:09:33 -04:00
soc arch: x86: set output format/arch per arch 2018-07-31 20:30:33 -04:00
CMakeLists.txt arch: x86: set output format/arch per arch 2018-07-31 20:30:33 -04:00
Kconfig Kconfig: Clean up some symbol definitions 2018-08-01 12:47:17 -04:00
defconfig