All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Marek Marczykowski-Górecki" <marmarek@invisiblethingslab.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Xen-devel <xen-devel@lists.xenproject.org>,
	"Jan Beulich" <JBeulich@suse.com>,
	"Roger Pau Monné" <roger.pau@citrix.com>,
	"Ross Lagerwall" <ross.lagerwall@citrix.com>,
	"Daniel P . Smith" <dpsmith@apertussolutions.com>
Subject: Re: [PATCH 3/3] xen/EFI: Drop __ASSEMBLY__ ifdefary in efi.h
Date: Tue, 29 Jul 2025 18:19:10 +0200	[thread overview]
Message-ID: <aIj0ftNw3C8zIvSX@mail-itl> (raw)
In-Reply-To: <20250605111638.2869914-4-andrew.cooper3@citrix.com>

[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]

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 <andrew.cooper3@citrix.com>

Acked-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>

> ---
> CC: Jan Beulich <JBeulich@suse.com>
> CC: Roger Pau Monné <roger.pau@citrix.com>
> CC: Ross Lagerwall <ross.lagerwall@citrix.com>
> CC: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
> CC: Daniel P. Smith <dpsmith@apertussolutions.com>
> ---
>  xen/include/xen/efi.h | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/xen/include/xen/efi.h b/xen/include/xen/efi.h
> index 160804e29444..623ed2ccdf31 100644
> --- a/xen/include/xen/efi.h
> +++ b/xen/include/xen/efi.h
> @@ -1,9 +1,7 @@
>  #ifndef __XEN_EFI_H__
>  #define __XEN_EFI_H__
>  
> -#ifndef __ASSEMBLY__
>  #include <xen/types.h>
> -#endif
>  
>  #define EFI_INVALID_TABLE_ADDR (~0UL)
>  
> @@ -23,8 +21,6 @@ struct efi {
>  
>  extern struct efi efi;
>  
> -#ifndef __ASSEMBLY__
> -
>  union xenpf_efi_info;
>  union compat_pf_efi_info;
>  
> @@ -53,6 +49,4 @@ int efi_runtime_call(struct xenpf_efi_runtime_call *op);
>  int efi_compat_get_info(uint32_t idx, union compat_pf_efi_info *info);
>  int efi_compat_runtime_call(struct compat_pf_efi_runtime_call *op);
>  
> -#endif /* !__ASSEMBLY__ */
> -
>  #endif /* __XEN_EFI_H__ */
> -- 
> 2.39.5
> 

-- 
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  parent reply	other threads:[~2025-07-29 16:19 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-05 11:16 [PATCH 0/3] x86/EFI: Fix detection of buildid Andrew Cooper
2025-06-05 11:16 ` [PATCH 1/3] " Andrew Cooper
2025-06-05 12:02   ` Jan Beulich
2025-06-05 12:14     ` Andrew Cooper
2025-06-05 13:24       ` Jan Beulich
2025-06-05 17:01         ` Andrew Cooper
2025-06-06  7:22           ` Jan Beulich
2025-06-06  7:23             ` Jan Beulich
2025-06-06 15:01             ` Andrew Cooper
2025-06-10  8:01               ` Jan Beulich
2025-06-13 21:28                 ` Andrew Cooper
2025-06-16  6:27                   ` Jan Beulich
2025-06-23 20:18                     ` Andrew Cooper
2025-06-24  8:01                       ` Jan Beulich
2025-06-13 21:31             ` Stefano Stabellini
2025-06-05 12:20     ` Marek Marczykowski-Górecki
2025-06-05 13:08       ` Jan Beulich
2025-06-05 13:34         ` Marek Marczykowski-Górecki
2025-06-27 13:08   ` Frediano Ziglio
2025-07-29 16:17     ` Marek Marczykowski-Górecki
2025-06-30 10:50   ` Roger Pau Monné
2025-07-29 16:16   ` Daniel Smith
2025-06-05 11:16 ` [PATCH 2/3] x86/EFI: Explain buildid.ihex Andrew Cooper
2025-06-05 12:03   ` Jan Beulich
2025-07-29 16:18   ` Marek Marczykowski-Górecki
2025-06-05 11:16 ` [PATCH 3/3] xen/EFI: Drop __ASSEMBLY__ ifdefary in efi.h Andrew Cooper
2025-06-05 12:05   ` Jan Beulich
2025-07-29 16:19   ` Marek Marczykowski-Górecki [this message]
2025-07-29 16:24   ` Daniel Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aIj0ftNw3C8zIvSX@mail-itl \
    --to=marmarek@invisiblethingslab.com \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=dpsmith@apertussolutions.com \
    --cc=roger.pau@citrix.com \
    --cc=ross.lagerwall@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.