From c96c4f4b4185949ceb158c0b22a3de9712bd1bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Benedikt=20Kr=C3=BCger?= Date: Fri, 8 Jul 2011 19:12:12 +0200 Subject: [PATCH] benchmarking --- include/metalsvm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/metalsvm/config.h b/include/metalsvm/config.h index f70fdd4c..15a222af 100644 --- a/include/metalsvm/config.h +++ b/include/metalsvm/config.h @@ -35,7 +35,7 @@ extern "C" { #define PAGE_SHIFT 12 #define CACHE_LINE 64 #define MAILBOX_SIZE 8 -#define TIMER_FREQ 100 /* in HZ */ +#define TIMER_FREQ 1000 /* in HZ */ #define CLOCK_TICK_RATE 1193182 /* 8254 chip's internal oscillator frequency */ #define INT_SYSCALL 0x80 #define KERNEL_SPACE (1*1024*1024*1024)