net: mvneta: use cache_line_size() to get cacheline size
authorJisheng Zhang <[email protected]>
Fri, 1 Apr 2016 09:12:49 +0000 (17:12 +0800)
committerDavid S. Miller <[email protected]>
Fri, 1 Apr 2016 18:36:47 +0000 (14:36 -0400)
commitc66e98c9532bf7b58fe78cc59fb37d3ff651756d
tree6ea188777f5312984e2321869e858929d0eb095d
parent4a0a12d27ca5e892579f3c61c18c8dcfebf425d4
net: mvneta: use cache_line_size() to get cacheline size

L1_CACHE_BYTES may not be the real cacheline size, use cache_line_size
to determine the cacheline size in runtime.

Signed-off-by: Jisheng Zhang <[email protected]>
Suggested-by: Marcin Wojtas <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/marvell/mvneta.c