|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [xen-devel][PATCH] pv drivers for 2.6.5 kernels
Ian,
>>> On Wed, May 9, 2007 at 4:16 PM, in message
<1178741797.21988.33.camel@xxxxxxxxxxxxxxxxxxxxxx>, Ian Campbell
<Ian.Campbell@xxxxxxxxxxxxx> wrote:
> On Wed, 2007- 05- 09 at 14:03 - 0600, Ky Srinivasan wrote:
>> - #if defined(__LINUX_TYPES_H) || defined(__LINUX_GFP_H)
>> #define gfp_t unsigned
>> - #endif
>
> Which file is failing to build? If one of the Xen files is using gfp_t
> and not including linux/gfp.h then that should be fixed.
>
> Or does on of the guard #defines differ on 2.6.5 for those headers?
>
> Ian.
Ian,
I was getting a parse error in platform_compat.h (kasprintf()). Ignore my patch
since this problem has been fixed in the unstable tree - the guard has been
extended to include _LINUX_KERNEL_H! The code we are working with did not have
_LINUX_KERNEL_H in the guard and hence I had the compilation problem and
decided to get rid of the guard.
Regards,
K. Y
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|