zephyr/arch
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
..
arc arch/arc: Remove redundant __cxa_atexit from MWDT stubs 2025-04-16 20:36:27 +02:00
arm kernel: remove kernel/internal/smp.h 2025-04-29 02:42:09 +02:00
arm64 arm64: reset: disable cache and MMU for safety 2025-03-28 08:34:59 +01:00
common arch: common: Make nocache region loadable 2025-04-21 12:42:19 +02:00
mips arch: mips: Rename _Fault to z_mips_fault 2025-01-28 23:42:06 +01:00
nios2 arch: nios2: Rename _Fault to z_nios2_fault 2025-01-28 23:42:06 +01:00
posix posix arch: Change kconfig menu prompt to be a bit clearer 2025-04-16 20:37:16 +02:00
riscv arch: Unify declaration of text region 2025-04-23 02:15:25 +02:00
sparc Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
x86 kernel: remove kernel/internal/smp.h 2025-04-29 02:42:09 +02:00
xtensa xtensa: userspace: use ADDX4 to calculate syscall table index 2025-04-17 00:57:19 +02:00
archs.yml
CMakeLists.txt
Kconfig arch: add dependencie for CONFIG_SRAM_VECTOR_TABLE 2025-04-25 11:03:54 +02:00