1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 18:52:17 +00:00
serenity/Kernel/Arch
Andreas Kling d60635cb9d Kernel: Convert Processor::in_irq() to static current_in_irq()
This closes the race window between Processor::current() and a context
switch happening before in_irq().
2021-08-23 00:02:09 +02:00
..
PC Kernel/SysFS: Don't expose SMBIOS blobs if can't find SMBIOS tables 2021-08-22 23:42:20 +02:00
x86 Kernel: Convert Processor::in_irq() to static current_in_irq() 2021-08-23 00:02:09 +02:00