On Fri, May 25, 2012 at 9:44 PM, David Miller <davem@xxxxxxxxxxxxx> wrote: > > Ok, with the following patch, it seems to work on sparc too. Good. I'll combine things and then split them up a bit differently (ie a "create generic version" patch and then separate "start using generic version" patches for x86 and sparc). > diff --git a/arch/sparc/include/asm/word-at-a-time.h b/arch/sparc/include/asm/word-at-a-time.h > new file mode 100644 > index 0000000..b522cc3 > --- /dev/null > +++ b/arch/sparc/include/asm/word-at-a-time.h > @@ -0,0 +1 @@ > +#include <asm-generic/word-at-a-time.h> This part *should* be unnecessary, I already did the generic-y += word-at-a-time.h in arch/sparc/include/asm/Kbuild. Can you verify? Or did something go wrong? Linus -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html