summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/param.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-12 00:35:07 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-12 00:35:07 +0000
commitca2b53c30a3c2dea1d2610319ea0f4913ecae2e4 (patch)
tree517264cd64f493b4abe59243171390dc9f665161 /include/asm-mips64/param.h
parent2bab1036f931dad0ae1633669c92fb201b229789 (diff)
Make HZ_TO_STD macro name lowercase.
Diffstat (limited to 'include/asm-mips64/param.h')
-rw-r--r--include/asm-mips64/param.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-mips64/param.h b/include/asm-mips64/param.h
index f958c4d8a..5354eeb7d 100644
--- a/include/asm-mips64/param.h
+++ b/include/asm-mips64/param.h
@@ -1,10 +1,10 @@
-/* $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
* for more details.
*
- * Copyright 1994 - 1999 Ralf Baechle (ralf@gnu.org)
+ * Copyright 1994 - 2000 Ralf Baechle (ralf@gnu.org)
+ * Copyright 2000 Silicon Graphics, Inc.
*/
#ifndef _ASM_PARAM_H
#define _ASM_PARAM_H
@@ -13,7 +13,7 @@
#define HZ 100
# define HZ 100
#ifdef __KERNEL__
-# define HZ_TO_STD(a) (a)
+# define hz_to_std(a) (a)
#endif
#endif