mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Kernel: Turn VirtIOGPU operation lock from mutex into spinlock
This commit is contained in:
parent
ca42621be1
commit
200589ba27
Notes:
sideshowbarker
2024-07-17 19:50:47 +09:00
Author: https://github.com/awesomekling
Commit: 200589ba27
3 changed files with 7 additions and 7 deletions
|
@ -141,7 +141,7 @@ private:
|
|||
|
||||
// Synchronous commands
|
||||
WaitQueue m_outstanding_request;
|
||||
Mutex m_operation_lock;
|
||||
Spinlock m_operation_lock;
|
||||
OwnPtr<Memory::Region> m_scratch_space;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue