X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-sparc%2Ftimex.h;h=870a3b39c8f51b3042a0ea49eb3ad8c4adf8c58d;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=4b628788b86bf33c00cd40a18ec36554e95837a6;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-sparc/timex.h b/include/asm-sparc/timex.h index 4b628788b..870a3b39c 100644 --- a/include/asm-sparc/timex.h +++ b/include/asm-sparc/timex.h @@ -7,10 +7,6 @@ #define _ASMsparc_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) /* XXX Maybe do something better at some point... -DaveM */ typedef unsigned long cycles_t;