mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
Kernel: Mark sys$emuctl() as not needing the big lock
This syscall doesn't do anything at all, and definitely doesn't need the big lock. :^)
This commit is contained in:
parent
b4fefedd1d
commit
09e644f0ba
Notes:
sideshowbarker
2024-07-17 17:40:25 +09:00
Author: https://github.com/awesomekling
Commit: 09e644f0ba
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ namespace Kernel {
|
|||
|
||||
ErrorOr<FlatPtr> Process::sys$emuctl()
|
||||
{
|
||||
VERIFY_PROCESS_BIG_LOCK_ACQUIRED(this);
|
||||
VERIFY_NO_PROCESS_BIG_LOCK(this);
|
||||
return ENOSYS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue