[PATCH 3/9] cpu/SMT: Store the current/max number of threads
Thomas Gleixner
tglx at linutronix.de
Sun Jun 11 08:08:09 AEST 2023
On Sat, Jun 10 2023 at 23:26, Thomas Gleixner wrote:
> On Thu, May 25 2023 at 01:56, Michael Ellerman wrote:
> /*
> * The decision whether SMT is supported can only be done after the full
> * CPU identification. Called from architecture code.
> */
> -void __init cpu_smt_check_topology(void)
> +void __init cpu_smt_set_num_threads(unsigned int max_threads, unsigned int num_threads)
> {
> - if (!topology_smt_supported())
> + if (max_threads == 1)
Which makes topology_smt_supported() redundant, i.e. it can be removed.
Thanks,
tglx
More information about the Linuxppc-dev
mailing list