percpu: add __percpu sparse annotations to net
[safe/jmp/linux-2.6] / include / net / neighbour.h
index 7834f47..da1d58b 100644 (file)
@@ -164,7 +164,7 @@ struct neigh_table {
        rwlock_t                lock;
        unsigned long           last_rand;
        struct kmem_cache               *kmem_cachep;
-       struct neigh_statistics *stats;
+       struct neigh_statistics __percpu *stats;
        struct neighbour        **hash_buckets;
        unsigned int            hash_mask;
        __u32                   hash_rnd;