commit | 786d57c07621876c7e78031689771cb418434180 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Jan 23 14:11:38 2024 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Feb 12 17:35:59 2024 +0100 |
tree | eb61d6b1a35c29ee9f24b81bd39c2eda4ff9acc1 | |
parent | 4fed20806626f6e136d18c8eaa2cc1ac47584c76 [diff] |
x86/cpu/topology: Get rid of cpuinfo:: X86_max_cores Now that __num_cores_per_package and __num_threads_per_package are available, cpuinfo::x86_max_cores and the related math all over the place can be replaced with the ready to consume data. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>