zephyr/arch/arm/core
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
..
cortex_a_r kernel: remove kernel/internal/smp.h 2025-04-29 02:42:09 +02:00
cortex_m arch: arm: cortex_m: Rephrase comment on IRQ decrement 2025-04-25 19:00:15 +02:00
mmu arch: arm: Replaced __volatile__ with volatile 2025-03-17 16:24:51 +01:00
mpu arch: arm: cortex_m: generalizing SRAM vector table relocation 2025-04-25 11:03:54 +02:00
offsets arch: arm: cortex_m: pm_s2ram: add support for all architectures 2024-11-16 14:00:44 -05:00
__aeabi_atexit.c
CMakeLists.txt
elf.c llext: Add parameters to arch_elf_relocate 2025-03-07 19:44:54 +01:00
fatal.c coredump: ARM: Ensure sp in dump is set as gdb expects 2024-11-06 10:17:59 -08:00
gdbstub.c
header.S
irq_offload.c
Kconfig arch: add dependencie for CONFIG_SRAM_VECTOR_TABLE 2025-04-25 11:03:54 +02:00
Kconfig.vfp
nmi_on_reset.S
nmi.c
swi_tables.ld
tls.c toolchain: iar: tls: no tls pointer offset in IAR 2025-02-14 19:12:44 +00:00
userspace.S
vector_table.ld
zimage_header.ld