[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel][PATCH][RESEND] PV drivers for HVM guests
On Wed, 2006-10-25 at 08:54 +0900, Doi.Tsunehisa@xxxxxxxxxxxxxx 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. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |