On Wed, Nov 4, 2009 at 5:14 PM, Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxxxxxxxx> wrote: > - off = ((unsigned long) skb->data) % common->cachelsz; > + off = ((unsigned long) skb->data) % L1_CACHE_BYTES; > if (off != 0) Side note, at least this needs to use PTR_ALIGN :) I have a patch somewhere to do that but if you're in there anyway... -- Bob Copeland %% www.bobcopeland.com -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html