[openib-general] Re: ppc64 build failure (4778)

Roland Dreier rdreier at cisco.com
Thu Jan 5 15:15:10 PST 2006


Ugh, the latest git tree still has version 2.6.15, so there's no way
to tell if add_hotplug_env_var() has changed or not.  This will fix
itself once 2.6.16-rc1 comes out in about 10 days, but I don't know of
a good way to fix it until then.

You can hack drivers/infiniband/core/sysfs.c by hand to change the

#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16)

to

#if 0

but then that won't build against stock 2.6.15.

I'm out of ideas for now...

 - R.



More information about the general mailing list