X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Fparam.h;h=e0a47502836d6bd555d506ec6a4d99455aeb8b38;hb=720b94a4e7548e78be55ab8fd3be4686c57dc808;hp=2c814d033fdd344f2e47159dcc8bd0b17198ac30;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/include/asm-i386/param.h b/include/asm-i386/param.h index 2c814d033..e0a475028 100644 --- a/include/asm-i386/param.h +++ b/include/asm-i386/param.h @@ -4,7 +4,7 @@ #ifdef __KERNEL__ # define HZ 1000 /* Internal kernel timer frequency */ # define USER_HZ 100 /* .. some user interfaces are in "ticks" */ -# define CLOCKS_PER_SEC (USER_HZ) /* like times() */ +# define CLOCKS_PER_SEC (USER_HZ) /* like times() */ #endif #ifndef HZ