On Mon, Oct 12, 2009 at 03:29:38PM -0700, Smith, Stan wrote: > If __linux__ doesn't work for you, then please create a Linux Platform define > I can use.
Pretty much all the patches I've seen you make should be guarded by __WIN__, you shouldn't be using __linux__. opensm and the other OFA stuff is POSIX. If you need to deviate from POSIX because Windows isn't, then you should use __WIN__ as the guard. It is inappropriate to guard POSIX code with __linux__ Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
