]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/topology: use bitmap_weight_from()
authorYury Norov <ynorov@nvidia.com>
Mon, 22 Dec 2025 19:11:38 +0000 (14:11 -0500)
committerYury Norov <ynorov@nvidia.com>
Mon, 23 Mar 2026 17:33:51 +0000 (13:33 -0400)
commitc6a98dff41bfb4ccc2c7f4ed596bcbf6994d5d1a
tree22e648f251ec8ee01604c80b5d63ad6d4a3b09bc
parentbf31ddc14f8c6bcd4987c31fe2bc9e93e433b41a
x86/topology: use bitmap_weight_from()

Switch topo_unit_count() to use bitmap_weight_from().

Signed-off-by: Yury Norov <ynorov@nvidia.com>
arch/x86/kernel/cpu/topology.c