This commit is contained in:
quackerd 2024-10-04 02:02:39 -04:00
parent db457ba1ba
commit c156515ce0

View File

@ -39,7 +39,7 @@ Spinlock_EarlyInit()
int c;
for (c = 0; c < MAX_CPUS; c++) {
//TAILQ_INIT(&lockStack[c]);
TAILQ_INIT(&lockStack[c]);
}
}