X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-parisc%2Fparam.h;h=32e03d8778587806cb001c9f6b98df3f1763e256;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=f4694d452dd64f0b08abf1247350d5744c419c3b;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/asm-parisc/param.h b/include/asm-parisc/param.h index f4694d452..32e03d877 100644 --- a/include/asm-parisc/param.h +++ b/include/asm-parisc/param.h @@ -2,14 +2,9 @@ #define _ASMPARISC_PARAM_H #ifdef __KERNEL__ -#include -# ifdef CONFIG_PA20 -# define HZ 1000 /* Faster machines */ -# else -# define HZ 100 /* Internal kernel timer frequency */ -# endif -# define USER_HZ 100 /* .. some user interfaces are in "ticks" */ -# define CLOCKS_PER_SEC (USER_HZ) /* like times() */ +#define HZ CONFIG_HZ +#define USER_HZ 100 /* some user API use "ticks" */ +#define CLOCKS_PER_SEC (USER_HZ) /* like times() */ #endif #ifndef HZ