X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-h8300%2Fparam.h;h=1c72fb8080ff645dffeb799d052283014bc2e535;hb=b4ba0ba24b57ec975482f4ba2d350fbee7557240;hp=c25806ed1fb368d2581b00f853bb4d55ade94b9d;hpb=1323523f505606cfd24af6122369afddefc3b09d;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-h8300/param.h b/include/asm-h8300/param.h index c25806ed1fb..1c72fb8080f 100644 --- a/include/asm-h8300/param.h +++ b/include/asm-h8300/param.h @@ -1,14 +1,12 @@ #ifndef _H8300_PARAM_H #define _H8300_PARAM_H - -#ifndef HZ -#define HZ 100 -#endif - #ifdef __KERNEL__ +#define HZ CONFIG_HZ #define USER_HZ HZ #define CLOCKS_PER_SEC (USER_HZ) +#else +#define HZ 100 #endif #define EXEC_PAGESIZE 4096