On Tue, May 01, 2018 at 03:56:27PM +0100, Ramsay Jones wrote: > > -#elif defined(__x86_64__) > > +#elif defined(__x86_64__) || defined(__86_64) > ----------------------------------------^^^^^^^^ > > __x86_64 ? > > -#ifdef __x86_64__ > > +#if defined(__x86_64__) || defined(__86_64) > > Ditto. Arghhh, sure. Thanks for noticing that. -- Luc -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html