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:
parent
132fa83ed4
commit
3b5003de18
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue