summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/param.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
commitd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch)
treee2be02f33984c48ec019c654051d27964e42c441 /include/asm-alpha/param.h
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'include/asm-alpha/param.h')
-rw-r--r--include/asm-alpha/param.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/include/asm-alpha/param.h b/include/asm-alpha/param.h
index 3b586974f..987879760 100644
--- a/include/asm-alpha/param.h
+++ b/include/asm-alpha/param.h
@@ -1,8 +1,18 @@
#ifndef _ASM_ALPHA_PARAM_H
#define _ASM_ALPHA_PARAM_H
+/* ??? Gross. I don't want to parameterize this, and supposedly the
+ hardware ignores reprogramming. We also need userland buy-in to the
+ change in HZ, since this is visible in the wait4 resources etc. */
+
+#include <linux/config.h>
+
#ifndef HZ
-# define HZ 1024
+# ifndef CONFIG_ALPHA_RAWHIDE
+# define HZ 1024
+# else
+# define HZ 1200
+# endif
# define HZ_TO_STD(a) (a)
#endif