On 24.11.2023 11:30, Oleksii Kurochko wrote:
> Some headers are the same as asm-generic verions of them
> so use them instead of arch-specific headers.
> 
> Signed-off-by: Oleksii Kurochko <oleksii.kuroc...@gmail.com>

Acked-by: Jan Beulich <jbeul...@suse.com>
assuming ...

> --- /dev/null
> +++ b/xen/arch/riscv/include/asm/Makefile
> @@ -0,0 +1,14 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +generic-y += altp2m.h
> +generic-y += device.h
> +generic-y += div64.h
> +generic-y += hardirq.h
> +generic-y += hypercall.h
> +generic-y += iocap.h
> +generic-y += monitor.h
> +generic-y += numa.h
> +generic-y += paging.h
> +generic-y += percpu.h
> +generic-y += random.h
> +generic-y += softirq.h
> +generic-y += vm_event.h

... these headers are indeed all going to appear.

Jan

Reply via email to