diff options
author | Juergen Gross <[email protected]> | 2021-01-20 14:55:46 +0100 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2021-02-10 12:36:45 +0100 |
commit | ab234a260b1f625b26cbefa93ca365b0ae66df33 (patch) | |
tree | 3308ecacbf6f66119fb14707eb506de1ab43e027 /tools/perf/scripts/python/flamegraph.py | |
parent | afd30525a659ac0ae0904f0cb4a2ca75522c3123 (diff) |
x86/pv: Rework arch_local_irq_restore() to not use popf
POPF is a rather expensive operation, so don't use it for restoring
irq flags. Instead, test whether interrupts are enabled in the flags
parameter and enable interrupts via STI in that case.
This results in the restore_fl paravirt op to be no longer needed.
Suggested-by: Andy Lutomirski <[email protected]>
Signed-off-by: Juergen Gross <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions