diff options
Diffstat (limited to 'include/asm-s390/param.h')
-rw-r--r-- | include/asm-s390/param.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |