zephyr/arch/x86
Daniel Leung 92ebb2eb69 kernel: remove kernel/internal/smp.h
There is no need for kernel/internal/smp.h as SOF does not call
z_sched_ipi(). Actually... git log over there has no mention of
z_sched_ipi() anywhere, just arch_sched_ipi().

And include <ksched.h> for source using z_sched_ipi() since
they are using scheduling functions, and would be the correct
file to include.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2025-04-29 02:42:09 +02:00
..
core kernel: remove kernel/internal/smp.h 2025-04-29 02:42:09 +02:00
include kernel: Move current_fp field out of z_kernel 2025-03-14 05:47:10 +01:00
zefi zefi: add bootargs support 2024-09-05 12:30:39 -05:00
CMakeLists.txt
gen_gdt.py
gen_idt.py
gen_mmu.py
ia32.cmake toolchain: x86: Broken -Os detection in ia32.cmake 2025-02-06 03:16:07 +01:00
intel64.cmake arch: x86_64: re-enable -mno-red-zone 2024-09-24 10:11:15 +02:00
Kconfig arch: x86: Restrict direct IPI support 2025-03-17 20:01:09 +01:00
timing.c