rockbox/firmware/kernel
Aidan MacDonald b650e774a1 kernel: Fix unsafe cross-section reference in init_tick()
This is a small wrapper function which calls other init code
and is only called from init code; mark it INIT_ATTR to fix
the unsafe reference.

Change-Id: I5525461e9fd63955c6396d3151d209c457b3d798
2022-12-18 22:23:52 +00:00
..
include kernel: Fix unsafe cross-section reference in init_tick() 2022-12-18 22:23:52 +00:00
corelock.c
kernel-internal.h
mrsw_lock.c
mutex.c
queue.c
semaphore.c
thread-common.c
thread-internal.h threads: Move stack_size to end of struct thread (followup to f19ffe2) 2020-04-05 15:55:38 +02:00
thread.c Add ability to dump cpu boost log to disk, include thread names 2021-09-30 21:13:22 -04:00
tick.c
timeout.c