Re: [PATCH v6 8/9] xen/asm-generic: ifdef inclusion of

2024-01-05 Thread Shawn Anastasio
Hi Oleksii, On 12/20/23 8:08 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 > a

[PATCH v6 8/9] xen/asm-generic: ifdef inclusion of

2023-12-20 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