On Wed, Nov 4, 2009 at 5:14 PM, Luis R. Rodriguez
<mcg...@bombadil.infradead.org> 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
_______________________________________________
ath5k-devel mailing list
ath5k-devel@lists.ath5k.org
https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Reply via email to