Re: [PATCH v9 3/7] xen/asm-generic: ifdef inclusion of

2024-03-07 Thread Shawn Anastasio
Hi Oleksii, On 2/16/24 6:39 AM, Oleksii Kurochko wrote: > ifdefing inclusion of in > allows to avoid generation of empty header > for the case when !CONFIG_MEM_ACCESS. > > For Arm it was explicitly added inclusion of for p2m.c > and traps.c because they require some functions from which > ar

[PATCH v9 3/7] xen/asm-generic: ifdef inclusion of

2024-02-16 Thread Oleksii Kurochko
ifdefing inclusion of in allows to avoid generation of empty header for the case when !CONFIG_MEM_ACCESS. For Arm it was explicitly added inclusion of for p2m.c and traps.c because they require some functions from which aren't available in case of !CONFIG_MEM_ACCESS. Suggested-by: Jan Beulic