X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-v850%2Ftimex.h;h=6279e5a0ee8e2495a29863c74c96105cb0ee81a5;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=729e2789fcf34d649c0286aa1761d5e15bc5e434;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-v850/timex.h b/include/asm-v850/timex.h index 729e2789f..6279e5a0e 100644 --- a/include/asm-v850/timex.h +++ b/include/asm-v850/timex.h @@ -7,10 +7,6 @@ #define __V850_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 cycles_t;