From: Eric Dumazet Date: Thu, 23 Sep 2010 05:06:54 +0000 (+0000) Subject: net: skb_frag_t can be smaller on small arches X-Git-Tag: v2.6.37-rc1~147^2~356 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb4dfe562cac6fcb544df752e40c1d78000d0712;p=pandora-kernel.git net: skb_frag_t can be smaller on small arches On 32bit arches, if PAGE_SIZE is smaller than 65536, we can use 16bit offset and size fields. This patch saves 72 bytes per skb on i386, or 128 bytes after rounding. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed