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