On 16.08.2023 12:19, Oleksii Kurochko wrote: > --- a/xen/arch/riscv/include/asm/cache.h > +++ b/xen/arch/riscv/include/asm/cache.h > @@ -3,4 +3,6 @@ > #ifndef _ASM_RISCV_CACHE_H > #define _ASM_RISCV_CACHE_H > > +#define __read_mostly __section(".data.read_mostly")
I did already post a patch eliminating the need for this. It's just that Andrew doesn't like the new placement of the construct, yet neither suggested a reasonable alternative nor showed willingness to accept the change as an intermediate step. Jan