From: Peter Dinda Date: Wed, 25 Mar 2009 18:42:48 +0000 (-0500) Subject: Fixed erroneous #if in geekos main.c X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=1db43afe69d6e5f83db69392f2529daf12129a4a Fixed erroneous #if in geekos main.c --- diff --git a/geekos/src/geekos/main.c b/geekos/src/geekos/main.c index 310fcf9..5d71341 100644 --- a/geekos/src/geekos/main.c +++ b/geekos/src/geekos/main.c @@ -241,7 +241,7 @@ void Main(struct Boot_Info* bootInfo) #endif -#if 0 +#if 1 struct Kernel_Thread *spin_thread; spin_thread=Start_Kernel_Thread(Spin,0,PRIORITY_NORMAL,false);