From: Linus Torvalds Date: Sun, 22 May 2011 23:51:43 +0000 (-0700) Subject: Remove prefetch() from and "netlabel_addrlist.h" X-Git-Tag: v3.0-rc1~361 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1e4891fd48d298870b704c6eb48cba0da5ed6b1;p=pandora-kernel.git Remove prefetch() from and "netlabel_addrlist.h" Commit e66eed651fd1 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h. The skbuff list traversal still had them. Quoth David Miller: "Please just remove the prefetches. Those are modelled after list.h as I intend to eventually convert SKB list handling to "struct list_head" but we're not there yet. Therefore if we kill prefetches from list.h we should kill it from these things in skbuff.h too." Requested-by: David Miller Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed