On 22.03.2022 09:02, Michal Orzel wrote: > Both x86 and arm linker scripts share quite a lot of common content. > It is difficult to keep syncing them up, thus introduce a new header > in include/xen called xen.lds.h to store the internals mutual to all > the linker scripts. > > Include this header in linker scripts for x86 and arm. > This patch serves as an intermediate step before populating xen.lds.h > and making use of its content in the linker scripts later on. > > Signed-off-by: Michal Orzel <michal.or...@arm.com>
Acked-by: Jan Beulich <jbeul...@suse.com>