X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fparam.h;h=15806468ba72801a38320c3a131f7842b10045fa;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=41a2f4fcf6b2be3fd351e434c9b636d6cb1eeb94;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-arm/param.h b/include/asm-arm/param.h index 41a2f4fcf..15806468b 100644 --- a/include/asm-arm/param.h +++ b/include/asm-arm/param.h @@ -10,14 +10,8 @@ #ifndef __ASM_PARAM_H #define __ASM_PARAM_H -#include /* for HZ */ - -#ifndef __KERNEL_HZ -#define __KERNEL_HZ 100 -#endif - #ifdef __KERNEL__ -# define HZ __KERNEL_HZ /* Internal kernel timer frequency */ +# define HZ CONFIG_HZ /* Internal kernel timer frequency */ # define USER_HZ 100 /* User interfaces are in "ticks" */ # define CLOCKS_PER_SEC (USER_HZ) /* like times() */ #else