summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdike <jdike>2004-02-16 00:12:11 +0000
committerjdike <jdike>2004-02-16 00:12:11 +0000
commit0ff619074fefd6a152334f7ef559f0666080321c (patch)
treec8a05e6532c2af51e2f47624a991a4c1b676aaf8
parent57824cc090c73bae77a2f6c4aecc1e1dcbef464d (diff)
downloaduml-history-0ff619074fefd6a152334f7ef559f0666080321c.tar.gz
Changes HZ to 100, fixing some time problems.
-rw-r--r--include/asm-um/param.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-um/param.h b/include/asm-um/param.h
index 2f45853..bf68329 100644
--- a/include/asm-um/param.h
+++ b/include/asm-um/param.h
@@ -1,9 +1,7 @@
#ifndef _UM_PARAM_H
#define _UM_PARAM_H
-#ifndef HZ
-#define HZ 52
-#endif
+#define HZ 100
#define EXEC_PAGESIZE 4096