On Thu, 2023-10-19 at 11:51 +0200, Jan Beulich wrote: > On 14.09.2023 16:56, Oleksii Kurochko wrote: > > --- /dev/null > > +++ b/xen/include/asm-generic/mem_access.h > > @@ -0,0 +1,14 @@ > > +/* SPDX-License-Identifier: GPL-2.0-only */ > > +#ifndef __ASM_GENERIC_MEM_ACCESS > > +#define __ASM_GENERIC_MEM_ACCESS > > + > > +#endif > > Does xen/mem_access.h actually need to include asm/mem_access.h when > !CONFIG_MEM_ACCESS? Without that, I don't think this header is > needed. Yes, it won't needed. I'll update xen/mem_access.h header and push a separate patch.
Thanks. ~ Oleksii
