]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/timex.h
Merge branch 'linux-2.6' into for-2.6.24
[linux-2.6] / include / asm-x86_64 / timex.h
index 8c6808a3fba443ab74770b526997fd8a6ea0b447..6ed21f44d3084cc2ee2516b9f2b582ae9b543a5a 100644 (file)
@@ -9,7 +9,6 @@
 #include <asm/8253pit.h>
 #include <asm/msr.h>
 #include <asm/vsyscall.h>
-#include <asm/hpet.h>
 #include <asm/system.h>
 #include <asm/processor.h>
 #include <asm/tsc.h>
@@ -27,6 +26,6 @@ extern int read_current_timer(unsigned long *timer_value);
 #define NS_SCALE        10 /* 2^10, carefully chosen */
 #define US_SCALE        32 /* 2^32, arbitralrily chosen */
 
-extern void mark_tsc_unstable(void);
+extern void mark_tsc_unstable(char *msg);
 extern void set_cyc2ns_scale(unsigned long khz);
 #endif