]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/time.h
ide: call udma_filter() before resorting to the UltraDMA mask
[linux-2.6-omap-h63xx.git] / include / asm-i386 / time.h
index 571b4294dc2e84d4029120fd05853a5fa62153ac..eac011366dc2c09337abfe3d146bafcb01b1d686 100644 (file)
@@ -28,14 +28,16 @@ static inline int native_set_wallclock(unsigned long nowtime)
        return retval;
 }
 
+extern void (*late_time_init)(void);
+extern void hpet_time_init(void);
+
 #ifdef CONFIG_PARAVIRT
 #include <asm/paravirt.h>
-extern unsigned long long native_sched_clock(void);
 #else /* !CONFIG_PARAVIRT */
 
 #define get_wallclock() native_get_wallclock()
 #define set_wallclock(x) native_set_wallclock(x)
-#define do_time_init() time_init_hook()
+#define choose_time_init() hpet_time_init
 
 #endif /* CONFIG_PARAVIRT */