Files
serenity/Kernel/FileSystem
implicitfield 0251da86eb Kernel: Don't compare against Processor::current_in_irq() numerically
The result of this will always either be 0 or 1, so it's preferrable to
treat this as a boolean. This also explicitly sets m_in_irq to 1 as it's
the only possible outcome of ProcessorBase::enter_trap when entering an
interrupt handler.
2025-12-09 09:58:10 +01:00
..
2025-10-10 00:02:50 +02:00