On 14.09.2023 16:56, Oleksii Kurochko wrote: > --- /dev/null > +++ b/xen/include/asm-generic/iocap.h > @@ -0,0 +1,17 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > +#ifndef __ASM_GENERIC_IOCAP_H__ > +#define __ASM_GENERIC_IOCAP_H__ > + > +#define cache_flush_permitted(d) \ > + (!rangeset_is_empty((d)->iomem_caps)) > + > +#endif /* __ASM_GENERIC_IOCAP_H__ */
This again wants to eliminate Arm's header in exchange. Jan
