[PATCH] Platform SMIs and their interferance with tsc based delay calibration
[safe/jmp/linux-2.6] / include / asm-i386 / timex.h
index b41e484..e370f90 100644 (file)
@@ -49,4 +49,7 @@ static inline cycles_t get_cycles (void)
 
 extern unsigned long cpu_khz;
 
+extern int read_current_timer(unsigned long *timer_value);
+#define ARCH_HAS_READ_CURRENT_TIMER    1
+
 #endif