Kernel/VFS - Fixed missuse of strcmp that caused userland compilations to break
[tpg/acess2.git] / KernelLand / Kernel / time.c
index cf3370a..d8c2924 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Acess 2
+ * Acess2 Kernel
  * - By John Hodge (thePowersGang) 
  *
  * Timer Code
@@ -49,6 +49,7 @@ tShortSpinlock        gTimers_ListLock;
 void Timer_CallbackThread(void *Unused)
 {
        Threads_SetName("Timer Callback Thread");
+       Workqueue_Init(&gTimers_CallbackQueue, "Timer Callbacks", offsetof(tTimer, Next));
 
        for(;;)
        {

UCC git Repository :: git.ucc.asn.au