Re: [PATCH 3/3] xen/EFI: Drop __ASSEMBLY__ ifdefary in efi.h

2025-07-29 Thread Daniel Smith
On Thu, 05 Jun 2025 07:16:38 -0400 Andrew Cooper wrote --- > There's already C outside of the ifdefary, proving that it's not included in > any assembly files. > > No functional change. > > Signed-off-by: Andrew Cooper > --- > CC: Jan Beulich > CC: Roger Pau Monné >

Re: [PATCH 3/3] xen/EFI: Drop __ASSEMBLY__ ifdefary in efi.h

2025-07-29 Thread Marek Marczykowski-Górecki
On Thu, Jun 05, 2025 at 12:16:38PM +0100, Andrew Cooper wrote: > There's already C outside of the ifdefary, proving that it's not included in > any assembly files. > > No functional change. > > Signed-off-by: Andrew Cooper Acked-by: Marek Marczykowski-Górecki > --- > CC: Jan Beulich > CC: Ro

Re: [PATCH 3/3] xen/EFI: Drop __ASSEMBLY__ ifdefary in efi.h

2025-06-05 Thread Jan Beulich
On 05.06.2025 13:16, Andrew Cooper wrote: > There's already C outside of the ifdefary, proving that it's not included in > any assembly files. > > No functional change. > > Signed-off-by: Andrew Cooper Acked-by: Jan Beulich

[PATCH 3/3] xen/EFI: Drop __ASSEMBLY__ ifdefary in efi.h

2025-06-05 Thread Andrew Cooper
There's already C outside of the ifdefary, proving that it's not included in any assembly files. No functional change. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Ross Lagerwall CC: Marek Marczykowski-Górecki CC: Daniel P. Smith --- xen/include/xen/efi.h | 6 --