On 17.04.2024 12:04, Oleksii Kurochko wrote: > Taken from Linux-6.4.0-rc1 > > Xen's bitops.h consists of several Linux's headers: > * linux/arch/include/asm/bitops.h: > * The following function were removed as they aren't used in Xen: > * test_and_set_bit_lock > * clear_bit_unlock > * __clear_bit_unlock > * The following functions were renamed in the way how they are > used by common code: > * __test_and_set_bit > * __test_and_clear_bit > * The declaration and implementation of the following functios > were updated to make Xen build happy: > * clear_bit > * set_bit > * __test_and_clear_bit > * __test_and_set_bit > > Signed-off-by: Oleksii Kurochko <[email protected]>
Acked-by: Jan Beulich <[email protected]>
