X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m68knommu%2Fparam.h;h=6044397adb64f89d8923cec107ddfd5c5d04bdf2;hb=e872504b311cec52f7a316a0037fb959080dbea0;hp=4c9904d6512ed6e278184fa56375d072239f0f07;hpb=d6754b401a15eaa16492ea5dbaa4826361d3f411;p=linux-2.6 diff --git a/include/asm-m68knommu/param.h b/include/asm-m68knommu/param.h index 4c9904d651..6044397adb 100644 --- a/include/asm-m68knommu/param.h +++ b/include/asm-m68knommu/param.h @@ -1,19 +1,16 @@ #ifndef _M68KNOMMU_PARAM_H #define _M68KNOMMU_PARAM_H - -#if defined(CONFIG_CLEOPATRA) -#define HZ 1000 -#endif -#ifndef HZ -#define HZ 100 -#endif - #ifdef __KERNEL__ +#define HZ CONFIG_HZ #define USER_HZ HZ #define CLOCKS_PER_SEC (USER_HZ) #endif +#ifndef HZ +#define HZ 100 +#endif + #define EXEC_PAGESIZE 4096 #ifndef NOGROUP