On Tue, Feb 14, 2023 at 06:14:07PM -0800, Guru Das Srinagesh wrote: > Commit b9fa6442f704 ("cpumask: Implement cpumask_or_equal()") missed out on > exporting __bitmap_or_equal() while introducing it. Fix this. What code fails to build without it? Right now it only appears to be used by the x86 APIC code through cpumask_or_equal, which must be built in.