zephyr/arch/arc/core
Anas Nashif c20e798646 arch: call arch_smp_init() directly, do not use SYS_INIT
Move this to a call in the init process. arch_* calls are no services
and should be called consistently during initialization.

Place it between PRE_KERNEL_1 and PRE_KERNEL_2 as some drivers
initialized in PRE_KERNEL_2 might depend on SMP being setup.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-06-12 18:23:54 -04:00
..
dsp
mpu ARC: MPU: Add thread stack isolation configs 2024-05-27 07:44:44 +02:00
offsets
secureshield
arc_connect.c
cache.c arch: arc: use sys_cache instead of arch-function for enabling the cache 2024-01-10 09:59:58 +01:00
CMakeLists.txt arch: arc rename arc_smp.c -> smp.c 2024-01-09 10:00:17 +01:00
cpu_idle.S
fast_irq.S
fatal.c arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
fault_s.S
fault.c arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
irq_manage.c kernel: rename Z_KERNEL_STACK_BUFFER to K_KERNEL_STACK_BUFFER 2024-03-27 19:27:10 -04:00
irq_offload.c
isr_wrapper.S arc: pm: Don't use deprecated function 2024-06-05 17:36:22 -05:00
prep_c.c ARC: ARCv3: enable shared cache if available 2024-01-30 12:36:24 +01:00
regular_irq.S
reset.S ARC: ARCv3: enable HW prefetch on boot 2024-01-30 12:36:24 +01:00
smp.c arch: call arch_smp_init() directly, do not use SYS_INIT 2024-06-12 18:23:54 -04:00
switch.S
thread_entry_wrapper.S
thread.c kernel: rename Z_THREAD_STACK_BUFFER to K_THREAD_STACK_BUFFER 2024-03-27 19:27:10 -04:00
timestamp.c
tls.c
userspace.S
vector_table.c
vector_table.ld