On Tuesday, January 4, 2005 6:24 am, Jack Steiner wrote: > + addr = (is_shub2() ? 0xc00000028c000000 : 0xc0000087cc000000) | ((port > >> 2) << 12); + if ((port >= 0x1f0 && port <= 0x1f7) || port == 0x3f6 || > port == 0x3f7) + addr |= port; > return (void *)addr; > } > } Can we keep the UL specifiers in there? It helps silence sparse and is a little more correct. Thanks, Jesse - 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 Tue Jan 4 11:39:43 2005
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:33 EST