diff options
author | Andrew Kaster <andrewdkaster@gmail.com> | 2021-01-10 12:23:47 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-10 21:50:08 +0100 |
commit | a5e557472cca4532b9e397d49ff4ac3f1fb53c7e (patch) | |
tree | 660b683693dc5d776ba4d320072f81cd22c32767 /Services | |
parent | d8aed14dba0922e9eb3fa6a9a92968e70811f744 (diff) | |
download | serenity-a5e557472cca4532b9e397d49ff4ac3f1fb53c7e.zip |
Kernel: Defer handling of key press events in VirtualConsole
Trying to pass these onto the Terminal while handling an IRQ is a recipe
for disaster. Use Processor::deferred_call_queue to create an ad-hoc
"second half" of the interrupt handler.
Fixes #4889
Diffstat (limited to 'Services')
0 files changed, 0 insertions, 0 deletions