From 74075d4ed5569184d0901d9cdffe22d7e2c867b3 Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Mon, 9 Dec 2002 18:42:41 +0000 Subject: [PATCH] Commented out call to PsDispatchThread(THREAD_STATE_RUNNABLE) in order to get MP config building. svn path=/trunk/; revision=3844 --- reactos/hal/halx86/mp.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 /*