diff options
| author | Ville Syrjälä <[email protected]> | 2013-05-22 11:36:40 +0300 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2013-05-23 12:51:30 +0200 |
| commit | df0a67979543e716d411eb11406848dcb50abd0a (patch) | |
| tree | e226f372e98c5673721153afafc50dcd6423d0d9 /tools/perf/scripts/python | |
| parent | a36689cb771f06819c3fa8139c3d3716dfdf6d53 (diff) | |
drm/i915: Fix WARN_ON() on UP machines
WARN_ON(!spin_is_locked()) is not a good idea on a UP system w/o
spinlock debugging. Use WARN_ON_SMP() instead.
This check has been added in
commit 8ba2d18520ce380cf572e9902d9b3b91ece6c2c0
Author: Jani Nikula <[email protected]>
Date: Fri Apr 12 15:18:37 2013 +0300
drm/i915: protect backlight registers and data with a spinlock
Signed-off-by: Ville Syrjälä <[email protected]>
Reviewed-by: Jani Nikula <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions