X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Ftimex.h;h=e737729315f44613eea3c9e068c81072cbbf36bd;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=a447a9938615aba6caafe78cf51e02033fa80d53;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/asm-i386/timex.h b/include/asm-i386/timex.h index a447a9938..e73772931 100644 --- a/include/asm-i386/timex.h +++ b/include/asm-i386/timex.h @@ -9,15 +9,11 @@ #include #include -#ifdef CONFIG_X86_PC9800 - extern int CLOCK_TICK_RATE; -#else #ifdef CONFIG_X86_ELAN # define CLOCK_TICK_RATE 1189200 /* AMD Elan has different frequency! */ #else # define CLOCK_TICK_RATE 1193182 /* Underlying HZ */ #endif -#endif #define CLOCK_TICK_FACTOR 20 /* Factor of both 1000000 and CLOCK_TICK_RATE */ #define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \