aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/tsc.c')
-rw-r--r--arch/x86/kernel/tsc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c
index 5270fc0c2df6..796d96bb0821 100644
--- a/arch/x86/kernel/tsc.c
+++ b/arch/x86/kernel/tsc.c
@@ -1328,11 +1328,11 @@ void __init tsc_init(void)
1328 1328
1329 use_tsc_delay(); 1329 use_tsc_delay();
1330 1330
1331 check_system_tsc_reliable();
1332
1331 if (unsynchronized_tsc()) 1333 if (unsynchronized_tsc())
1332 mark_tsc_unstable("TSCs unsynchronized"); 1334 mark_tsc_unstable("TSCs unsynchronized");
1333 1335
1334 check_system_tsc_reliable();
1335
1336 detect_art(); 1336 detect_art();
1337} 1337}
1338 1338