aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tsc_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/tsc_sync.c')
-rw-r--r--arch/x86/kernel/tsc_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/tsc_sync.c b/arch/x86/kernel/tsc_sync.c
index 26488487bc61..dd8d0791dfb5 100644
--- a/arch/x86/kernel/tsc_sync.c
+++ b/arch/x86/kernel/tsc_sync.c
@@ -113,7 +113,7 @@ static void check_tsc_warp(unsigned int timeout)
113 */ 113 */
114static inline unsigned int loop_timeout(int cpu) 114static inline unsigned int loop_timeout(int cpu)
115{ 115{
116 return (cpumask_weight(cpu_core_mask(cpu)) > 1) ? 2 : 20; 116 return (cpumask_weight(topology_core_cpumask(cpu)) > 1) ? 2 : 20;
117} 117}
118 118
119/* 119/*