On Wed, Feb 27, 2008 at 06:34:02PM -0600, Russ Anderson wrote: > > + if (ia64_platform_is("sn2") > > + && (sal_revision == SAL_VERSION_CODE(2, 9)) > > + && (sal_version == SAL_VERSION_CODE(1, 90))) > > The sal_version check should be removed. The revision has been > stuck at 2.9 but the version has been changing. What would the right values be for a, b, c, d, e, f to make this work? if (ia64_platform_is("sn2") && sal_revision <= SAL_VERSION_CODE(3, 2)) { if (sal_version >= SAL_VERSION_CODE(a, b)) sal_revision = SAL_VERSION_CODE(3, 2); else if (sal_version >= SAL_VERSION_CODE(c, d)) sal_revision = SAL_VERSION_CODE(3, 1); else if (sal_version >= SAL_VERSION_CODE(e, f)) sal_revision = SAL_VERSION_CODE(3, 0); } -- Intel are signing my paycheques ... these opinions are still mine "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step." - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Feb 28 11:44:01 2008
This archive was generated by hypermail 2.1.8 : 2008-02-28 11:44:18 EST