diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2005-09-01 11:29:06 +1000 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-31 22:39:43 -0400 |
commit | b08bd5c0a3110f143faeef9cd057d9d8ff2f0714 (patch) | |
tree | ee9e8d2e5457a2bb06d301b528203fca2c4db18e /arch | |
parent | d7893ddd1b2110a54a5b1773a405748172ba1fe5 (diff) |
[PATCH] iseries_veth: Replace lock-protected atomic with an ordinary variable
The iseries_veth driver uses atomic ops to manipulate the in_use field of
one of its per-connection structures. However all references to the
flag occur while the connection's lock is held, so the atomic ops aren't
necessary.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions