aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/param.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-04-10 07:38:10 +0900
committerPaul Mundt <lethal@hera.kernel.org>2007-05-07 02:11:56 +0000
commitdd12666278daa0008ac439603c8d3037bc213556 (patch)
tree30babf696450d5ee64798e3973bbcb6b44b0f20c /include/asm-sh/param.h
parentsh: Fix fstatat64() syscall. (diff)
downloadlinux-dev-dd12666278daa0008ac439603c8d3037bc213556.tar.xz
linux-dev-dd12666278daa0008ac439603c8d3037bc213556.zip
sh: Obey CONFIG_HZ for HZ definition.
This wasn't being set before, so now it's set for when it makes sense. The shwdt case still requires HZ to be fixed at 1000 for the WOVF period, so this is still preserved. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/param.h')
-rw-r--r--include/asm-sh/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/param.h b/include/asm-sh/param.h
index ce13064fec21..1012296e07ab 100644
--- a/include/asm-sh/param.h
+++ b/include/asm-sh/param.h
@@ -5,7 +5,7 @@
# ifdef CONFIG_SH_WDT
# define HZ 1000 /* Needed for high-res WOVF */
# else
-# define HZ 100
+# define HZ CONFIG_HZ
# endif
# define USER_HZ 100 /* User interfaces are in "ticks" */
# define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */