[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v3 2/5] xen/arm: use {DT,ACPI}_DEV_INFO for device info sections
On Wed, 2024-09-25 at 10:37 +0200, Jan Beulich wrote: > On 24.09.2024 18:42, Oleksii Kurochko wrote: > > --- a/xen/arch/arm/xen.lds.S > > +++ b/xen/arch/arm/xen.lds.S > > @@ -126,19 +126,13 @@ SECTIONS > > > > . = ALIGN(8); > > .dev.info : { > > - _sdevice = .; > > - *(.dev.info) > > - _edevice = .; > > + DT_DEV_INFO > > } :text > > > > -#ifdef CONFIG_ACPI > > . = ALIGN(8); > > .adev.info : { > > - _asdevice = .; > > - *(.adev.info) > > - _aedevice = .; > > + ADEV_INFO > > } :text > > -#endif > > Why's the #ifdef going away here? It is incorrect as ADEV_INFO isn't covered by #ifdef anymore. Some rebasing issue happens... I will fix that in the next patch version. Thanks. ~ Oleksii
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |