diff options
author | Ahmed S. Darwish <[email protected]> | 2021-02-08 19:16:14 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-02-09 11:45:04 +0100 |
commit | 151db8c08c90405c14384bbdc5acb136bc42dbf8 (patch) | |
tree | bf93cb1f52d21fd877b2218c1f2400c152ad2f67 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py | |
parent | 81004f0bf7f04fcdb6344692a563c49897424f14 (diff) |
vt_ioctl: Remove in_interrupt() check
reset_vc() uses a "!in_interrupt()" conditional before resetting the
palettes, which is a blocking operation. Since commit
8b6312f4dcc1e ("[PATCH] vt: refactor console SAK processing")
all calls are invoked from a workqueue process context, with the
blocking console lock always acquired.
Remove the "!in_interrupt()" check.
Signed-off-by: Ahmed S. Darwish <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py')
0 files changed, 0 insertions, 0 deletions