diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2019-09-26 12:56:44 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2019-09-26 18:44:35 +0100 |
commit | 132dfc78d3eb51b6fc8e667183b3572d41e3fe9f (patch) | |
tree | 97a4183f30c15d70f654a58d1b75d4ca943100c1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7d5255e0ced46a10131175bf65789a0c1a7806a4 (diff) |
drm/i915: Drop the IRQ-off asserts
The lockdep_assert_irqs_disabled() check is needless. The previous
lockdep_assert_held() check ensures that the lock is acquired and while
the lock is acquired lockdep also prints a warning if the interrupts are
not disabled if they have to be.
These IRQ-off asserts trigger on PREEMPT_RT because the locks become
sleeping locks and do not really disable interrupts.
Remove lockdep_assert_irqs_disabled().
Reported-by: Clark Williams <williams@redhat.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20190926105644.16703-3-bigeasy@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions