X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-m68knommu%2Fparam.h;h=4c9904d6512ed6e278184fa56375d072239f0f07;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=734960d5729d0343618cb07c5936031391ad2338;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-m68knommu/param.h b/include/asm-m68knommu/param.h index 734960d57..4c9904d65 100644 --- a/include/asm-m68knommu/param.h +++ b/include/asm-m68knommu/param.h @@ -1,40 +1,12 @@ #ifndef _M68KNOMMU_PARAM_H #define _M68KNOMMU_PARAM_H -#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__