llvm-project
fa7f5cf6 - [libc] Fix 'finish()' being called by the client instead of the server (#191226)

Commit
23 days ago
[libc] Fix 'finish()' being called by the client instead of the server (#191226) Summary: This function is supposed to manage the doorbell interrupts. The flow that was intended was that the client notified work to wake the server and the server finished the work so it didn't go back to sleep until everything was done. This was reversed and we had the client finishing work and then stalling on it.
Author
Parents
Loading