Skip to content
Commit b668534c authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

bnx2: use READ_ONCE() instead of barrier()



barrier() is a big hammer compared to READ_ONCE(),
and requires comments explaining what is protected.

READ_ONCE() is more precise and compiler should generate
better overall code.

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d21dbdfe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment