mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
Paper over a race in DoubleBuffer.
I'm still somewhat okay throwing InterruptDisabler at races as they screw me. Eventually I'm gonna have to devise a different strategy though.
This commit is contained in:
@@ -90,7 +90,7 @@ void* kmalloc_page_aligned(size_t size)
|
||||
return ptr;
|
||||
}
|
||||
|
||||
void* kmalloc(dword size)
|
||||
void* kmalloc_impl(dword size)
|
||||
{
|
||||
InterruptDisabler disabler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user