[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v1 1/6] xen/riscv: add inclusion of xen/bitops.h to asm/cmpxchg.h
Add inclusion of xen/bitops.h to asm/cmpxchg.h to avoid compilation issues connected to GENMASK() which is used inside asm/cmpxchg.h. Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> --- This patch should go first; otherwise one of the further patches of this patch series could face a compilation issue. --- xen/arch/riscv/include/asm/cmpxchg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/riscv/include/asm/cmpxchg.h b/xen/arch/riscv/include/asm/cmpxchg.h index 7d7c89b6fa..d47ebaffce 100644 --- a/xen/arch/riscv/include/asm/cmpxchg.h +++ b/xen/arch/riscv/include/asm/cmpxchg.h @@ -4,6 +4,7 @@ #ifndef ASM__RISCV__CMPXCHG_H #define ASM__RISCV__CMPXCHG_H +#include <xen/bitops.h> #include <xen/compiler.h> #include <xen/lib.h> -- 2.49.0
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |