soc: espressif: fix missing spinlock definition

This definition is deleted in the follwoing commit;
8233b70
as a part of "cleanup", however this definition is
used by smp_log

Signed-off-by: Arif Balik <arifbalik@outlook.com>
This commit is contained in:
Arif Balik 2024-12-03 08:20:16 +03:00 committed by Fabio Baltieri
commit 3b5003de18

View file

@ -42,6 +42,7 @@ struct cpustart_rec {
volatile struct cpustart_rec *start_rec;
static void *appcpu_top;
static bool cpus_active[CONFIG_MP_MAX_NUM_CPUS];
static struct k_spinlock loglock;
#endif
/* Note that the logging done here is ACTUALLY REQUIRED FOR RELIABLE