X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-s390%2Ftimex.h;h=c878d6ac97ab830b64a124f4700e316263c0e383;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=226acd000639daf69aa79abb73a7322d304e70c4;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-s390/timex.h b/include/asm-s390/timex.h index 226acd000..c878d6ac9 100644 --- a/include/asm-s390/timex.h +++ b/include/asm-s390/timex.h @@ -12,10 +12,6 @@ #define _ASM_S390_TIMEX_H #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ -#define CLOCK_TICK_FACTOR 20 /* Factor of both 1000000 and CLOCK_TICK_RATE */ -#define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \ - (1000000/CLOCK_TICK_FACTOR) / (CLOCK_TICK_RATE/CLOCK_TICK_FACTOR)) \ - << (SHIFT_SCALE-SHIFT_HZ)) / HZ) typedef unsigned long long cycles_t;