X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Ftimer.c;h=d38ec7407ee960a3f33d7ecd42c06bc63f17f84e;hb=748e856fe4c5cc9b0b80d60db90af10ceb0247c8;hp=cd89f863be53c8fa7715af7066b864f47145d975;hpb=0893919c04fa1186a70039b739a6dcec0a2189ba;p=palacios.git diff --git a/palacios/src/geekos/timer.c b/palacios/src/geekos/timer.c index cd89f86..d38ec74 100644 --- a/palacios/src/geekos/timer.c +++ b/palacios/src/geekos/timer.c @@ -2,7 +2,7 @@ * GeekOS timer interrupt support * Copyright (c) 2001,2003 David H. Hovemeyer * Copyright (c) 2003, Jeffrey K. Hollingsworth - * $Revision: 1.1 $ + * $Revision: 1.2 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -69,7 +69,7 @@ static void Timer_Interrupt_Handler(struct Interrupt_State* state) Begin_IRQ(state); - SerialPrintLevel(10,"Host Timer Interrupt Handler Running\n"); + SerialPrintLevel(1,"Host Timer Interrupt Handler Running\n"); /* Update global and per-thread number of ticks */ ++g_numTicks;