On 21.06.2024 22:19, Andrew Cooper wrote: > RISC-V wants to introduce a full build of Xen without using the legacy > definitions. PPC64 has the most minimal full build of Xen right now, so make > it compile without the legacy definitions. > > Mostly this is just including xen/sections.h in a variety of common files. In > a couple of cases, we can drop an inclusion of {xen,asm}/cache.h, but almost > all files get the definitions transitively. > > No functional change. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Acked-by: Jan Beulich <jbeul...@suse.com>