Re: [PATCH 1/1] lib/bitmap: Export __bitmap_or_equal

From: Christoph Hellwig
Date: Wed Feb 15 2023 - 02:56:30 EST


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.