X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Ftimex.h;h=895294a7cd3f3c7fdd06555da1decb58f33730e7;hb=720b94a4e7548e78be55ab8fd3be4686c57dc808;hp=ad1d3d73f53cf5cf65778b072d818aac2f9f5e29;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/include/asm-x86_64/timex.h b/include/asm-x86_64/timex.h index ad1d3d73f..895294a7c 100644 --- a/include/asm-x86_64/timex.h +++ b/include/asm-x86_64/timex.h @@ -7,11 +7,12 @@ #define _ASMx8664_TIMEX_H #include +#include #include #include #include -#define CLOCK_TICK_RATE 1193182 /* Underlying HZ */ +#define CLOCK_TICK_RATE PIT_TICK_RATE /* Underlying HZ */ #define CLOCK_TICK_FACTOR 20 /* Factor of both 1000000 and CLOCK_TICK_RATE */ #define FINETUNE ((((((int)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \ (1000000/CLOCK_TICK_FACTOR) / (CLOCK_TICK_RATE/CLOCK_TICK_FACTOR)) \