Re: [RFC XEN PATCH 19/23] riscv: Add the lib directory

2020-06-29 Thread Bobby Eshleman
On Mon, Jun 22, 2020 at 01:38:20PM +0200, Jan Beulich wrote: > On 22.01.2020 02:58, Bobby Eshleman wrote: > > From: Alistair Francis > > > > Add the lib directory with find_next_bit support. > > > > This was taken from Linux > > As was Arm64's - the two definitely would want folding. > Indeed

Re: [RFC XEN PATCH 19/23] riscv: Add the lib directory

2020-06-22 Thread Jan Beulich
On 22.01.2020 02:58, Bobby Eshleman wrote: > From: Alistair Francis > > Add the lib directory with find_next_bit support. > > This was taken from Linux As was Arm64's - the two definitely would want folding. Jan

[Xen-devel] [RFC XEN PATCH 19/23] riscv: Add the lib directory

2020-01-21 Thread Bobby Eshleman
From: Alistair Francis Add the lib directory with find_next_bit support. This was taken from Linux Signed-off-by: Alistair Francis --- xen/arch/riscv/lib/Makefile| 1 + xen/arch/riscv/lib/find_next_bit.c | 284 + 2 files changed, 285 insertions(+) create