diff options
author | Tom <tomut@yahoo.com> | 2021-01-02 12:27:38 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-02 20:56:35 +0100 |
commit | 0d44ee6f2bd5b6a4c8a101880f93e41e6cef9f54 (patch) | |
tree | 12a87cd2cf6d2ec8edffa1fc504e50e400fc272f /Ports/lua | |
parent | c630669304b62f8cc8e28548ba9dfba29c82ca33 (diff) | |
download | serenity-0d44ee6f2bd5b6a4c8a101880f93e41e6cef9f54.zip |
Kernel: Ignore TLB flush requests for user addresses of other processes
If a TLB flush request is broadcast to other processors and the addresses
to flush are user mode addresses, we can ignore such a request on the
target processor if the page directory currently in use doesn't match
the addresses to be flushed. We still need to broadcast to all processors
in that case because the other processors may switch to that same page
directory at any time.
Diffstat (limited to 'Ports/lua')
0 files changed, 0 insertions, 0 deletions