patch-2.4.21 linux-2.4.21/include/asm-x86_64/timex.h
Next file: linux-2.4.21/include/asm-x86_64/uaccess.h
Previous file: linux-2.4.21/include/asm-x86_64/system.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
2003-06-13 07:51:38.000000000 -0700
- Orig file:
linux-2.4.20/include/asm-x86_64/timex.h
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.20/include/asm-x86_64/timex.h linux-2.4.21/include/asm-x86_64/timex.h
@@ -10,7 +10,7 @@
#include <asm/msr.h>
#include <asm/vsyscall.h>
-#define CLOCK_TICK_RATE (hpet.address ? hpet.hz : 1193182L)
+#define CLOCK_TICK_RATE (vxtime_hz)
#define FINETUNE ((((((long)LATCH * HZ - CLOCK_TICK_RATE) << SHIFT_HZ) * \
1000000 / CLOCK_TICK_RATE) << (SHIFT_SCALE - SHIFT_HZ)) / HZ)
@@ -61,6 +61,8 @@
#define HPET_T0_SETVAL 0x040
#define HPET_T0_32BIT 0x100
-extern struct hpet_data hpet;
+extern struct vxtime_data vxtime;
+extern unsigned long vxtime_hz;
+extern unsigned long hpet_address;
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)