From: Ian Campbell <Ian.Campbell@XenSource.com>
To: Doi.Tsunehisa@jp.fujitsu.com
Cc: Ky Srinivasan <ksrinivasan@novell.com>, xen-devel@lists.xensource.com
Subject: Re: [PATCH][RESEND] PV drivers for HVM guests
Date: Wed, 25 Oct 2006 12:03:38 +0100 [thread overview]
Message-ID: <1161774218.22514.87.camel@localhost.localdomain> (raw)
In-Reply-To: <200610242354.k9ONsIF02543@photon.sky.yk.fujitsu.co.jp>
On Wed, 2006-10-25 at 08:54 +0900, Doi.Tsunehisa@jp.fujitsu.com wrote:
> In my patch, IA64 specfic part is below.
>
> >> +#if defined(__ia64__) && LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11)
> >> +#include <asm-generic/pgtable-nopud.h>
> >> +#endif
Can we come up with a more specific guard? Does something like this work
for you?
#if defined _ASM_IA64_PGTABLE_H && !defined(_PGTABLE_NOPUD_H)
Cheers,
Ian.
next prev parent reply other threads:[~2006-10-25 11:03 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-18 13:51 [PATCH][RESEND] PV drivers for HVM guests Ky Srinivasan
2006-10-18 23:56 ` Doi.Tsunehisa
2006-10-19 13:53 ` Ky Srinivasan
2006-10-20 10:12 ` Doi.Tsunehisa
2006-10-20 13:54 ` Ky Srinivasan
2006-10-23 1:45 ` Doi.Tsunehisa
2006-10-24 2:54 ` DOI Tsunehisa
2006-10-24 15:26 ` Ian Campbell
2006-10-24 23:54 ` Doi.Tsunehisa
2006-10-25 3:11 ` Doi.Tsunehisa
2006-10-25 11:03 ` Ian Campbell
2006-10-26 0:13 ` Doi.Tsunehisa
2006-10-26 3:58 ` Doi.Tsunehisa
2006-10-26 6:37 ` Doi.Tsunehisa
2006-10-26 14:15 ` Ian Campbell
2006-10-27 4:11 ` [Xen-devel][PATCH][RESEND] " Doi.Tsunehisa
2006-10-27 9:40 ` [PATCH][RESEND] " Ian Campbell
[not found] ` <00a201c6f96a$811feac0$dab2220a@VF03007L>
[not found] ` <1161943070.13318.53.camel@localhost.localdomain>
2006-10-27 11:43 ` Kasai Takanori
[not found] ` <03b301c6fa5a$8cc725a0$dab2220a@VF03007L>
2006-11-01 23:55 ` [PATCH][RESEND] PV drivers for HVMguests Kasai Takanori
2006-11-02 10:01 ` Ian Campbell
2006-10-25 11:03 ` Ian Campbell [this message]
2006-10-26 0:16 ` [PATCH][RESEND] PV drivers for HVM guests Doi.Tsunehisa
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=1161774218.22514.87.camel@localhost.localdomain \
--to=ian.campbell@xensource.com \
--cc=Doi.Tsunehisa@jp.fujitsu.com \
--cc=ksrinivasan@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.