aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tsc_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/tsc_32.c')
-rw-r--r--arch/x86/kernel/tsc_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/tsc_32.c b/arch/x86/kernel/tsc_32.c
index 0af49fb533e1..048baab77268 100644
--- a/arch/x86/kernel/tsc_32.c
+++ b/arch/x86/kernel/tsc_32.c
@@ -425,7 +425,7 @@ void __init tsc_init(void)
425 425
426 lpj = ((u64)tsc_khz * 1000); 426 lpj = ((u64)tsc_khz * 1000);
427 do_div(lpj, HZ); 427 do_div(lpj, HZ);
428 lpj_tsc = lpj; 428 lpj_fine = lpj;
429 429
430 printk("Detected %lu.%03lu MHz processor.\n", 430 printk("Detected %lu.%03lu MHz processor.\n",
431 (unsigned long)cpu_khz / 1000, 431 (unsigned long)cpu_khz / 1000,