This repository was archived by the owner on Dec 26, 2023. It is now read-only.
Commit 75fd452
kernel/init.c: Initialise logging subsystem after arch
So that logging and "satellite" subsystems, such as tracing and object
tracking can count on kernel structs being properly initialised, such
as `_current_cpu`.
Fixes zephyrproject-rtos#42061.
Signed-off-by: Ederson de Souza <[email protected]>1 parent 3543df5 commit 75fd452
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
404 | | - | |
405 | 403 | | |
406 | 404 | | |
407 | 405 | | |
| 406 | + | |
| 407 | + | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| |||
0 commit comments