X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-m68knommu%2Fparam.h;h=3f57d5db81f5968cd56ca170a11f195f15d73422;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=734960d5729d0343618cb07c5936031391ad2338;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-m68knommu/param.h b/include/asm-m68knommu/param.h index 734960d57..3f57d5db8 100644 --- a/include/asm-m68knommu/param.h +++ b/include/asm-m68knommu/param.h @@ -3,38 +3,11 @@ #include -#ifndef HZ -#ifdef CONFIG_COLDFIRE #if defined(CONFIG_CLEOPATRA) -#define HZ 1000 -#else -#define HZ 100 -#endif -#endif -#ifdef CONFIG_M68EN302 -#define HZ 100 -#endif -#ifdef CONFIG_M68328 -#define HZ 100 +#define HZ 1000 #endif -#ifdef CONFIG_M68EZ328 -#define HZ 100 -#endif -#ifdef CONFIG_UCSIMM -#define HZ 100 -#endif - -#ifdef CONFIG_M68VZ328 -#define HZ 100 -#endif - -#ifdef CONFIG_SHGLCORE -#define HZ 50 -#endif -#ifdef CONFIG_M68360 -#define HZ 100 -#endif - +#ifndef HZ +#define HZ 100 #endif #ifdef __KERNEL__