zephyr/include/arch
Kumar Gala 885b1ee7de arch/x86: Fix gcc-9.2 warning with z_arch_syscall_invoke6
Fix the following warning from gcc-9.2:

x86/ia32/syscall.h: In function 'test_kinit_preempt_thread':
x86/ia32/syscall.h:43:2: error: listing the stack pointer register
 'esp' in a clobber list is deprecated [-Werror=deprecated]
   43 |  __asm__ volatile("push %%ebp\n\t"
      |  ^~~~~~~
x86/ia32/syscall.h:43:2: note: the value of the stack pointer after
an 'asm' statement must be the same as it was before the statement

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-10-04 00:27:29 -07:00
..
arc arc: rename k_cpu_sleep_mode 2019-09-30 15:25:55 -04:00
arm kernel: add arch interface for idle functions 2019-09-30 15:25:55 -04:00
common arch/common: rearrange for standard use of extern "C" 2019-08-20 00:49:15 +02:00
nios2 kernel: renamespace arch_nop() 2019-09-30 15:25:55 -04:00
posix kernel: renamespace arch_nop() 2019-09-30 15:25:55 -04:00
riscv kernel: renamespace arch_nop() 2019-09-30 15:25:55 -04:00
x86 arch/x86: Fix gcc-9.2 warning with z_arch_syscall_invoke6 2019-10-04 00:27:29 -07:00
x86_64 arch/x86_64: add HPET definitions to arch.h 2019-09-17 22:37:09 +08:00
xtensa kernel: renamespace arch_nop() 2019-09-30 15:25:55 -04:00
cpu.h arch/x86: refactor arch.h 2019-09-15 11:33:47 +08:00
syscall.h arch/x86: move arch/x86/syscall.h to arch/x86/ia32/syscall.h 2019-07-02 19:30:00 -04:00