diff options
author | Shan Wei <davidshan@tencent.com> | 2012-11-12 10:52:01 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-19 18:59:44 -0500 |
commit | ae4b46e9d7128d2d76e6857fe0b9fc240e8ac695 (patch) | |
tree | b24b980aa18e64b07398ddb1c3ac34418e7f7a6c /net/rds/ib.h | |
parent | 1f743b07652f11100bee004e261b9931632beac1 (diff) |
net: rds: use this_cpu_* per-cpu helper
Signed-off-by: Shan Wei <davidshan@tencent.com>
Reviewed-by: Christoph Lameter <cl@linux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds/ib.h')
-rw-r--r-- | net/rds/ib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/ib.h b/net/rds/ib.h index 8d2b3d5a7c21..7280ab8810c2 100644 --- a/net/rds/ib.h +++ b/net/rds/ib.h | |||
@@ -50,7 +50,7 @@ struct rds_ib_cache_head { | |||
50 | }; | 50 | }; |
51 | 51 | ||
52 | struct rds_ib_refill_cache { | 52 | struct rds_ib_refill_cache { |
53 | struct rds_ib_cache_head *percpu; | 53 | struct rds_ib_cache_head __percpu *percpu; |
54 | struct list_head *xfer; | 54 | struct list_head *xfer; |
55 | struct list_head *ready; | 55 | struct list_head *ready; |
56 | }; | 56 | }; |