zephyr/arch/x86/core
Michael Scott 7a9b688526 x86: fix build warning
During compile of lwm2m_client using qemu_x86, the following build
warning was noticed:
zephyr/arch/x86/core/excstub.S:132:2: warning: "/*" within comment [-Wcomment]
  /*

In commit ff42bdd0a0 ("debug: remove option GDB_INFO"), the comment tag
was omitted.  Fix the comment end tag.

Signed-off-by: Michael Scott <michael@opensourcefoundries.com>
2018-02-12 19:21:06 -05:00
..
offsets debug: remove DEBUG_INFO option 2018-02-12 13:58:28 -08:00
CMakeLists.txt debug: remove DEBUG_INFO option 2018-02-12 13:58:28 -08:00
Kconfig x86: remove HAS_DTS checking 2018-01-29 10:38:32 -06:00
cache.c
cache_s.S
cpuhalt.c
crt0.S cleanup: remove nanokernel/nano leftovers 2017-12-05 09:44:23 -06:00
excstub.S x86: fix build warning 2018-02-12 19:21:06 -05:00
fatal.c x86: de-couple user mode and HW stack protection 2017-11-07 09:31:49 -08:00
float.c
intstub.S debug: remove DEBUG_INFO option 2018-02-12 13:58:28 -08:00
irq_manage.c
irq_offload.c
msr.c
reboot_rst_cnt.c
swap.S debug: remove DEBUG_INFO option 2018-02-12 13:58:28 -08:00
sys_fatal_error_handler.c
thread.c debug: remove DEBUG_INFO option 2018-02-12 13:58:28 -08:00
userspace.S x86: fix stack zeroing when dropping to user mode 2017-10-05 18:49:09 -04:00
x86_mmu.c kernel: mem_domain: Add to current thread should configure immediately. 2017-12-21 11:52:27 -08:00