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. Jan
