mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
enetc: Drop redundant ____cacheline_aligned_in_smp
'struct enetc_bdr' is already '____cacheline_aligned_in_smp'. Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
12460a0abe
commit
058d9cfa60
@ -195,7 +195,7 @@ struct enetc_int_vector {
|
|||||||
struct napi_struct napi;
|
struct napi_struct napi;
|
||||||
char name[ENETC_INT_NAME_MAX];
|
char name[ENETC_INT_NAME_MAX];
|
||||||
|
|
||||||
struct enetc_bdr rx_ring ____cacheline_aligned_in_smp;
|
struct enetc_bdr rx_ring;
|
||||||
struct enetc_bdr tx_ring[];
|
struct enetc_bdr tx_ring[];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user