]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-i386/timex.h
[PATCH] Platform SMIs and their interferance with tsc based delay calibration
[karo-tx-linux.git] / include / asm-i386 / timex.h
index b41e484c34456ddcbca83308a908b54d0e4b9e0f..e370f907bd39031b6c2d3f669ac6f77d26536771 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