diff options
Diffstat (limited to 'kernel/smp.c')
| -rw-r--r-- | kernel/smp.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/smp.c b/kernel/smp.c index 084c8b3a2681..d86eec5f51c1 100644 --- a/kernel/smp.c +++ b/kernel/smp.c @@ -584,6 +584,8 @@ void __init smp_init(void)  		num_nodes, (num_nodes > 1 ? "s" : ""),  		num_cpus,  (num_cpus  > 1 ? "s" : "")); +	/* Final decision about SMT support */ +	cpu_smt_check_topology();  	/* Any cleanup work */  	smp_cpus_done(setup_max_cpus);  }  |