datapath: Add usage of __percpu annotation.
authorJesse Gross <jesse@nicira.com>
Sat, 4 Dec 2010 19:39:53 +0000 (11:39 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 13 Dec 2010 21:40:00 +0000 (13:40 -0800)
commitd3097efff7c612e25cbbcf4913c703a73b57e523
tree18390833169f9117dd1e20f123998ec6664ebe7a
parent1b29ebe576bd4cf1354d1c2dac2a77f6e753c932
datapath: Add usage of __percpu annotation.

Sparse can warn if percpu pointers are incorrectly directly
dereference.  This adds the annotation where we declare percpu
pointers.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.h
datapath/vport.h