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
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
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