We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22f088 commit b6e034aCopy full SHA for b6e034a
1 file changed
src/kernel/events.cpp
@@ -24,7 +24,9 @@
24
//#define DEBUG_SMP
25
26
static SMP::Array<Events> managers;
27
+#ifdef INCLUDEOS_SMP_ENABLE
28
static Spinlock em_lock_;
29
+#endif
30
31
Events& Events::get(int cpuid)
32
{
0 commit comments