kernel/smp: Make another variable static.

This commit is contained in:
Augustin Cavalier
2026-04-27 16:31:55 -04:00
parent 4dd45837e9
commit 2964316995
+1 -1
View File
@@ -91,7 +91,7 @@ static int32 sBootCPUSpin = 0;
static int32 sEarlyCPUCallCount;
static CPUSet sEarlyCPUCallSet;
static void (*sEarlyCPUCallFunction)(void*, int);
void* sEarlyCPUCallCookie;
static void* sEarlyCPUCallCookie;
static struct smp_msg* sFreeMessages = NULL;
static int32 sFreeMessageCount = 0;