diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2021-08-06 14:43:02 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-06 23:36:12 +0200 |
commit | 48325e29598cc79aaccf9fa3992cbca7aeff9bf3 (patch) | |
tree | 8bca7d4f7098f74377f54511c99a8db91903fb4d /Kernel/ConsoleDevice.cpp | |
parent | b1f4f6ee1581f18be58ddcdb3257fe3fb79190c7 (diff) | |
download | serenity-48325e29598cc79aaccf9fa3992cbca7aeff9bf3.zip |
Kernel: Disable big process lock for sys$getrandom
This syscall doesn't touch any intra-process shared resources and
already holds the global kernel RNG lock so there's no reason to hold
the big lock.
Diffstat (limited to 'Kernel/ConsoleDevice.cpp')
0 files changed, 0 insertions, 0 deletions