]> xenbits.xensource.com Git - xen.git/commit
x86/mm: Improve bitops in vcpumask_to_pcpumask()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 29 May 2024 13:58:57 +0000 (14:58 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 2 May 2025 14:04:41 +0000 (15:04 +0100)
commit78ce2be733b1e45e2e190c1765fe31da318d435f
tree7c262a3139e8cc1a3b62da477af8719685a247e1
parentebd53a74924b4a56819d44e765c945a485fb4393
x86/mm: Improve bitops in vcpumask_to_pcpumask()

This loop is for_each_set_bit() in disguise.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/mm.c