On 08.08.2023 18:43, Daniel P. Smith wrote: > On 8/4/23 02:08, Jan Beulich wrote: >> Have these in one place, for all architectures to use. Also use the C99 >> types as the "original" ones, and derive the Linux compatible ones >> (which we're trying to phase out). For __s<N>, seeing that no uses exist >> anymore, move them to a new Linux compatibility header (as an act of >> precaution - as said, we don't have any uses of these types right now). >> >> In some Flask sources inclusion of asm/byteorder.h needs moving later. > > I just did a test build against staging for x86 with all asm/byteorder.h > includes removed from FLASK and it built successfully. If there are no > object to a small non-functional change patch, I can clean up include > ordering as well and submit it to xen-devel.
Of course, please go ahead. Simplifies the patch here. Jan