From: Robert Dickenson Date: Mon, 9 Dec 2002 18:42:41 +0000 (+0000) Subject: Commented out call to PsDispatchThread(THREAD_STATE_RUNNABLE) in order to get MP... X-Git-Tag: ReactOS-0.1.0~244 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=74075d4ed5569184d0901d9cdffe22d7e2c867b3;hp=58d9c81bdccd578749bed016a1cd12590786f312 Commented out call to PsDispatchThread(THREAD_STATE_RUNNABLE) in order to get MP config building. svn path=/trunk/; revision=3844 --- diff --git a/reactos/hal/halx86/mp.c b/reactos/hal/halx86/mp.c index 3016da33379..132bf211c72 100644 --- a/reactos/hal/halx86/mp.c +++ b/reactos/hal/halx86/mp.c @@ -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 /*