zephyr/include/zephyr/kernel
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
..
internal kernel: remove kernel/internal/smp.h 2025-04-29 02:42:09 +02:00
mm demand_paging: eviction: add kconfig CONFIG_EVICTION_TRACKING 2024-11-18 13:16:44 -05:00
mm.h mmu: introduce k_mem_update_flags() 2024-09-06 11:25:54 -04:00
obj_core.h kernel: add closing comments to config endifs 2024-03-25 18:03:31 -04:00
smp.h kernel: smp: introduce k_smp_cpu_resume 2024-01-17 11:57:20 -05:00
stats.h kernel: add closing comments to config endifs 2024-03-25 18:03:31 -04:00
thread.h kernel: typedef k_mem_domain_t and _mem_domain_info_t 2025-04-17 00:57:19 +02:00
thread_stack.h kernel: remove deprecated macro K_THREAD_STACK_MEMBER 2024-08-24 07:16:38 -04:00