commit | e506147271229d6c53b42c6a9897db67b5cfdb6d | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Mon Dec 06 22:58:41 2010 +0000 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Mon Dec 06 22:58:41 2010 +0000 |
tree | fc6f867fb38004dea15b5ba06b746e2895570181 | |
parent | 1a29cc40115c011895143c5f8278dee49423d5df [diff] |
sfc: Remove locking from implementation of efx_writeo_paged() It is not necessary to serialise writes to the paged 128-bit registers. However, if we don't then we must always write the last dword separately, not as part of a qword write. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>