summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-19 02:08:47 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-19 02:08:47 +0000
commitcee040aaf84c76cfdf91e7499ab63f57f176580e (patch)
treebabd464a4e534b4614fcebc4bbd6fad46b67c8a2 /include
parentde1a771d8b1b9813f419a6dd613d6ebde16f866f (diff)
Define STD_TO_HZ() to make it compile.
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips64/param.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-mips64/param.h b/include/asm-mips64/param.h
index 5a49fb958..981baa1d7 100644
--- a/include/asm-mips64/param.h
+++ b/include/asm-mips64/param.h
@@ -1,4 +1,4 @@
-/* $Id$
+/* $Id: param.h,v 1.1 1999/08/18 23:37:51 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -11,6 +11,8 @@
#ifndef HZ
#define HZ 100
+# define HZ 100
+# define HZ_TO_STD(a) (a)
#endif
#define EXEC_PAGESIZE 4096