On Thu, 2023-12-14 at 15:09 +0100, Jan Beulich wrote: > On 24.11.2023 11:30, Oleksii Kurochko wrote: > > Signed-off-by: Oleksii Kurochko <oleksii.kuroc...@gmail.com> > > --- > > Changes in V2: > > - add ifdef CONFIG_HAS_DEVICE_TREE for things that > > shouldn't be > > in case !CONFIG_HAS_DEVICE_TREE > > Is there going to be a RISC-V build without this enabled (selected)? > If > not, I'd recommend against such pointless #ifdef-ary. For this stage (Xen RISC-V full build), CONFIG_HAS_DEVICE_TREE will not be selected, but it will be in the near future.
~ Oleksii