diff options
author | Heiner Kallweit <[email protected]> | 2023-03-06 22:23:15 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-03-08 09:30:41 +0000 |
commit | 91c8643578a21e435c412ffbe902bb4b4773e262 (patch) | |
tree | fa3c08969acc6c784fee8077cdd0946e432bb901 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | 8ca5a5790b9a1ce147484d2a2c4e66d2553f3d6c (diff) |
r8169: use spinlock to protect mac ocp register access
For disabling ASPM during NAPI poll we'll have to access mac ocp
registers in atomic context. This could result in races because
a mac ocp read consists of a write to register OCPDR, followed
by a read from the same register. Therefore add a spinlock to
protect access to mac ocp registers.
Reviewed-by: Simon Horman <[email protected]>
Tested-by: Kai-Heng Feng <[email protected]>
Tested-by: Holger Hoffstätte <[email protected]>
Signed-off-by: Heiner Kallweit <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions