[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v3 17/34] xen/riscv: add compilation of generic find-next-bit.c
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> --- Changes in V3: - new patch --- xen/arch/riscv/Kconfig | 1 + xen/arch/riscv/configs/tiny64_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/xen/arch/riscv/Kconfig b/xen/arch/riscv/Kconfig index f382b36f6c..b8f8c083dc 100644 --- a/xen/arch/riscv/Kconfig +++ b/xen/arch/riscv/Kconfig @@ -4,6 +4,7 @@ config RISCV config RISCV_64 def_bool y select 64BIT + select GENERIC_FIND_NEXT_BIT config ARCH_DEFCONFIG string diff --git a/xen/arch/riscv/configs/tiny64_defconfig b/xen/arch/riscv/configs/tiny64_defconfig index 35915255e6..399128be02 100644 --- a/xen/arch/riscv/configs/tiny64_defconfig +++ b/xen/arch/riscv/configs/tiny64_defconfig @@ -29,3 +29,4 @@ CONFIG_RISCV_64=y CONFIG_DEBUG=y CONFIG_DEBUG_INFO=y CONFIG_EXPERT=y +CONFIG_GENERIC_FIND_NEXT_BIT=y -- 2.43.0
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |