From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Jan Beulich <jbeulich@novell.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH] linux/x86: Obtain EDD info from Xen
Date: Thu, 21 Jun 2007 14:05:24 -0700 [thread overview]
Message-ID: <467AE814.5050107@goop.org> (raw)
In-Reply-To: <4677CF61.76E4.0078.0@novell.com>
Jan Beulich wrote:
> #ifdef CONFIG_EDD_MODULE
> EXPORT_SYMBOL(edd);
> #endif
> +#ifndef CONFIG_XEN
> /**
> * copy_edd() - Copy the BIOS EDD information
> * from boot_params into a safe place.
> @@ -237,6 +239,7 @@ static inline void copy_edd(void)
> edd.mbr_signature_nr = EDD_MBR_SIG_NR;
> edd.edd_info_nr = EDD_NR;
> }
> +#endif
> #else
> static inline void copy_edd(void)
> {
>
This doesn't compile with CONFIG_EDD unset. The static inline
copy_edd() conflicts with the xen/firmware.h declaration.
J
next prev parent reply other threads:[~2007-06-21 21:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-19 10:43 [PATCH] linux/x86: Obtain EDD info from Xen Jan Beulich
2007-06-21 21:05 ` Jeremy Fitzhardinge [this message]
2007-06-21 21:40 ` Keir Fraser
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=467AE814.5050107@goop.org \
--to=jeremy@goop.org \
--cc=jbeulich@novell.com \
--cc=xen-devel@lists.xensource.com \
/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.