Commented out call to PsDispatchThread(THREAD_STATE_RUNNABLE) in order to get MP config building.

svn path=/trunk/; revision=3844
This commit is contained in:
Robert Dickenson
2002-12-09 18:42:41 +00:00
parent 58d9c81bdc
commit 74075d4ed5
+4 -2
View File
@@ -1,4 +1,4 @@
/* $Id: mp.c,v 1.4 2002/10/01 19:27:19 chorns Exp $
/* $Id: mp.c,v 1.5 2002/12/09 18:42:41 robd Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@@ -1393,7 +1393,9 @@ VOID MpsTimerHandler(
/*
* Call the dispatcher
*/
PsDispatchThread(THREAD_STATE_RUNNABLE);
// TODO FIXME - What happened to definition for THREAD_STATE_RUNNABLE ???
// TODO FIXME - What happened to definition for PsDispatchThread ???
//PsDispatchThread(THREAD_STATE_RUNNABLE);
#if 0
/*