update for HEAD-2003021201
[reactos.git] / hal / halx86 / mp.c
index 608f6d7..01e026e 100644 (file)
@@ -1393,7 +1393,12 @@ VOID MpsTimerHandler(
   /*
    * Call the dispatcher
    */
-  PsDispatchThread(THREAD_STATE_RUNNABLE);
+  // TODO FIXME - What happened to definition for PsDispatchThread ???
+  //PsDispatchThread(THREAD_STATE_READY);
+
+  // KeGetCurrentThread is linked into hal from ntoskrnl, so can 
+  //    PsDispatchThread be exported from ntoskrnl also ???
+
 
 #if 0
   /*