mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-29 16:58:04 +00:00
We have to disable interrupts before capturing the current Processor*, or we risk storing the wrong one if we get preempted and resume on a different CPU. Caught by the VERIFY in RecursiveSpinLock::unlock()