diff options
| author | Michael Zoran <[email protected]> | 2017-03-09 21:08:56 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-03-10 10:12:10 +0100 |
| commit | 74369b5f22b72a4b4fd38a12f36251d38c022831 (patch) | |
| tree | 4bf45ec944747039caba303cb66becd2534b64b0 /tools/perf/scripts/python | |
| parent | 68aeab51063a8e7fd4c0b05dc9eeef085fa01fa0 (diff) | |
staging: bcm2835-camera: Convert spinlock to mutex in handle mapping code
The handle mapping code that converts context pointers to handles uses
a spinlock. Since the btree implementation can sleep while allocating
memory, turning on several kernel debugging options will result in
errors in the log.
Since this code path is never called in atomic context, perhaps it's
better to just use a mutex.
Signed-off-by: Michael Zoran <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions