From: Tejun Heo Date: Tue, 16 Feb 2010 15:21:08 +0000 (+0000) Subject: percpu: add __percpu sparse annotations to net drivers X-Git-Tag: v2.6.34-rc1~233^2~238 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47d742752df4c1088589d4424840bc761613ab2a;p=pandora-kernel.git percpu: add __percpu sparse annotations to net drivers Add __percpu sparse annotations to net drivers. These annotations are to make sparse consider percpu variables to be in a different address space and warn if accessed without going through percpu accessors. This patch doesn't affect normal builds. Signed-off-by: Tejun Heo Acked-by: David S. Miller Cc: Eric Dumazet Cc: Arnd Bergmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed