Re: [PATCH v6 07/20] xen/riscv: introduce bitops.h

2024-03-21 Thread Jan Beulich
On 21.03.2024 11:07, Oleksii wrote: > On Wed, 2024-03-20 at 17:03 +0100, Jan Beulich wrote: >> On 15.03.2024 19:06, Oleksii Kurochko wrote: >>> --- /dev/null >>> +++ b/xen/arch/riscv/include/asm/bitops.h >>> @@ -0,0 +1,144 @@ >>> +/* SPDX-License-Identifier: GPL-2.0 */ >>> +/* Copyright (C) 2012

Re: [PATCH v6 07/20] xen/riscv: introduce bitops.h

2024-03-21 Thread Oleksii
On Wed, 2024-03-20 at 17:03 +0100, Jan Beulich wrote: > On 15.03.2024 19:06, 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

Re: [PATCH v6 07/20] xen/riscv: introduce bitops.h

2024-03-20 Thread Jan Beulich
On 15.03.2024 19:06, 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 > *

[PATCH v6 07/20] xen/riscv: introduce bitops.h

2024-03-15 Thread Oleksii Kurochko
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