zephyr/arch/x86/core/ia32
Katsuhiro Suzuki 19db485737 kernel: arch: use ENOTSUP instead of ENOSYS in k_float_disable()
This patch replaces ENOSYS into ENOTSUP to keep consistency with
the return value specification of k_float_enable().

Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
2021-03-25 14:13:23 +01:00
..
coredump.c debug: coredump: remove z_ prefix for stuff used outside subsys 2021-01-21 22:08:59 -05:00
crt0.S x86: ia32: use virtual address for interrupt stack at boot 2021-03-16 15:03:44 -04:00
excstub.S debug: x86: Add gdbstub for X86 2020-09-02 20:54:57 -04:00
fatal.c x86: use Z_MEM_*_ADDR instead of Z_X86_*_ADDR 2021-03-16 15:03:44 -04:00
float.c kernel: arch: introduce k_float_enable() 2021-03-25 14:13:23 +01:00
gdbstub.c x86-32: Allow set DPL value for an exception 2020-09-02 20:54:57 -04:00
intstub.S power: remove SYS_ and sys_ prefixes 2020-12-09 15:18:29 -05:00
irq_manage.c arch: Apply dynamic IRQ API change 2020-09-02 13:48:13 +02:00
irq_offload.c arch: Apply IRQ offload API change 2020-09-02 13:48:13 +02:00
soft_float_stubs.c x86: enable soft float support for Zephyr SDK 2021-01-20 16:45:31 -05:00
swap.S x86: rename CONFIG_SSE* to CONFIG_X86_SSE* 2021-02-15 08:21:15 -05:00
thread.c kernel: arch: use ENOTSUP instead of ENOSYS in k_float_disable() 2021-03-25 14:13:23 +01:00
tls.c x86: add support for thread local storage 2020-10-24 10:52:00 -07:00
userspace.S x86: use Z_MEM_*_ADDR instead of Z_X86_*_ADDR 2021-03-16 15:03:44 -04:00