diff options
| author | Jake Oshins <[email protected]> | 2016-04-05 10:22:50 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-04-30 14:01:37 -0700 |
| commit | e16dad6bfe1437aaee565f875a6713ca7ce81bdf (patch) | |
| tree | 9b49cee2a34adeea5ada23ceffb08fa5ce6c8b21 /tools/perf/scripts/python | |
| parent | ab028db41ca9174caab7f9e3fc0a2e7f4a418410 (diff) | |
drivers:hv: Lock access to hyperv_mmio resource tree
In existing code, this tree of resources is created
in single-threaded code and never modified after it is
created, and thus needs no locking. This patch introduces
a semaphore for tree access, as other patches in this
series introduce run-time modifications of this resource
tree which can happen on multiple threads.
Signed-off-by: Jake Oshins <[email protected]>
Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions