[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v13 07/10] xen/common: fix build issue for common/trace.c
During Gitlab CI randconfig job for RISC-V failed witn an error: common/trace.c:57:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__read_mostly' 57 | static u32 data_size __read_mostly; Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> --- Changes in V13: - new patch --- xen/common/trace.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/common/trace.c b/xen/common/trace.c index c9c555094b..c33f115b6c 100644 --- a/xen/common/trace.c +++ b/xen/common/trace.c @@ -29,6 +29,7 @@ #include <xen/mm.h> #include <xen/percpu.h> #include <xen/pfn.h> +#include <xen/sections.h> #include <xen/cpu.h> #include <asm/atomic.h> #include <public/sysctl.h> -- 2.45.2
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |