diff options
author | Liav A <liavalb@gmail.com> | 2021-08-14 10:13:27 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-08 00:42:20 +0200 |
commit | 009feefee0dc45af2a38b0c6c9f6963ddda5468d (patch) | |
tree | 99fd8389b28fd6a46ee0b378fa57c9a4a72d8126 /Documentation/BuildInstructionsOther.md | |
parent | 21b6d84ff071779a90e351e9959c80e09193ec89 (diff) | |
download | serenity-009feefee0dc45af2a38b0c6c9f6963ddda5468d.zip |
Kernel/Devices: Ensure appropriate locking on the Device map singleton
Devices might be removed and inserted at anytime, so let's ensure we
always do these kind of operations with a good known state of the
HashMap.
The VirtIO code was modified to create devices outside the IRQ handler,
so now it works with the new locking of the devices singleton, but a
better approach might be needed later on.
Diffstat (limited to 'Documentation/BuildInstructionsOther.md')
0 files changed, 0 insertions, 0 deletions