summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha/param.h')
-rw-r--r--include/asm-alpha/param.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-alpha/param.h b/include/asm-alpha/param.h
index 768c92e02..a398a3009 100644
--- a/include/asm-alpha/param.h
+++ b/include/asm-alpha/param.h
@@ -30,4 +30,8 @@
#define MAXHOSTNAMELEN 64 /* max length of hostname */
+#ifdef __KERNEL__
+# define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
+#endif
+
#endif /* _ASM_ALPHA_PARAM_H */