Hi Jan, On 20/01/2023 08:40, Jan Beulich wrote:
While this has been there forever, it's not clear to me what it was (thought to be) needed for.
asm/types.h used to be directly included in assembly x86 file. This was dropped by commit 3f76e83c4cf6 "x86/entry: drop unused header inclusions".
In fact, all three instances of the header already exclude their entire bodies when __ASSEMBLY__ was defined. Hence, with no other assembly files including this header, we can at the same time get rid of those conditionals. Signed-off-by: Jan Beulich <jbeul...@suse.com>
Acked-by: Julien Grall <jgr...@amazon.com> Cheers, -- Julien Grall