ladybird/Kernel/Interrupts
Andrew Kaster 7fb05c5c23 Kernel: Explicitly initialize bools in IOAPIC mapping
The compiler couldn't convince itself that these are always initialized
when compiling with Og. They are always initialized before use, because
the only branch where they weren't had VERIFY_NOT_REACHED.
2021-05-27 10:21:30 +02:00
..
APIC.cpp Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871) 2021-05-05 18:48:26 +02:00
APIC.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GenericInterruptHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GenericInterruptHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
InterruptManagement.cpp Kernel: Remove unused header includes from various files. 2021-05-03 16:03:17 +02:00
InterruptManagement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IOAPIC.cpp Kernel: Explicitly initialize bools in IOAPIC mapping 2021-05-27 10:21:30 +02:00
IOAPIC.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRQController.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRQHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRQHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MSIHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PIC.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PIC.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SharedIRQHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SharedIRQHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SpuriousInterruptHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SpuriousInterruptHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UnhandledInterruptHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UnhandledInterruptHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00