On Tue, 2023-12-05 at 16:40 +0100, Jan Beulich wrote:
> 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.
Thanks.

Only 4 (div64.h, monitor.h, numa.h, softirq.h) of them aren't appearing
in staging. It only needs some ACKs from Arm and PPC maintainers.

But if something changes, I'll update riscv/include/asm/Makefile

~ Oleksii

Reply via email to