|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel][PATCH][RESEND] PV drivers for HVM guests
Hi Ian,
You (Ian.Campbell) said:
>> 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)
Ok. I'll try it.
Thanks,
- Tsunehisa Doi
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|