diff options
Diffstat (limited to 'arch/i386/kernel/tsc.c')
-rw-r--r-- | arch/i386/kernel/tsc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/kernel/tsc.c b/arch/i386/kernel/tsc.c index 3b64eaa..96b3074 100644 --- a/arch/i386/kernel/tsc.c +++ b/arch/i386/kernel/tsc.c @@ -10,6 +10,7 @@ #include <linux/init.h> #include <asm/tsc.h> +#include <asm/delay.h> #include <asm/io.h> #include "mach_timer.h" @@ -45,7 +46,6 @@ static int __init tsc_setup(char *str) __setup("notsc", tsc_setup); - /* * code to mark and check if the TSC is unstable * due to cpufreq or due to unsynced TSCs @@ -205,6 +205,7 @@ void tsc_init(void) (unsigned long)cpu_khz % 1000); set_cyc2ns_scale(cpu_khz); + use_tsc_delay(); } #ifdef CONFIG_CPU_FREQ |