From 9b6a32b2a56606f1654e440c4b7d6d9fd9e194c6 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 16 May 2000 19:56:45 +0000 Subject: Some cleaning of the support for machines with HZ other than a architecture specific standard value. Not entirely at the point where we can send this to Linus. --- include/asm-s390/param.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/asm-s390/param.h') diff --git a/include/asm-s390/param.h b/include/asm-s390/param.h index 147daa647..1ee5d2518 100644 --- a/include/asm-s390/param.h +++ b/include/asm-s390/param.h @@ -11,6 +11,9 @@ #ifndef HZ #define HZ 100 +#ifdef __KERNEL__ +#define HZ_TO_STD(a) (a) +#endif #endif #define EXEC_PAGESIZE 4096 -- cgit v1.2.3