From ffd61e14b036af23871fefd2315a4d090399b470 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 9 Aug 2010 13:30:00 +0000 Subject: [PATCH] - remove obsolete debug messages git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@50 315a16e6-25f9-4109-90ae-ca3045a26c18 --- arch/x86/kernel/timer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/timer.c b/arch/x86/kernel/timer.c index 1caf314b..ff6679f5 100644 --- a/arch/x86/kernel/timer.c +++ b/arch/x86/kernel/timer.c @@ -47,9 +47,9 @@ static void timer_handler(struct state *s) * Every TIMER_FREQ clocks (approximately 1 second), we will * display a message on the screen */ - if (timer_ticks % TIMER_FREQ == 0) { + /*if (timer_ticks % TIMER_FREQ == 0) { vga_puts("One second has passed\n"); - } + }*/ } /*