1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:47:44 +00:00

Kernel: Run clang-format on various files

This commit is contained in:
Liav A 2020-03-01 21:46:51 +02:00 committed by Andreas Kling
parent 0fc60e41dd
commit f0ca29eb4b
3 changed files with 46 additions and 47 deletions

View file

@ -113,7 +113,6 @@ void IOAPIC::isa_identity_map(int index)
configure_redirection_entry(index, index + IRQ_VECTOR_BASE, DeliveryMode::Normal, true, false, false, true, 1);
}
void IOAPIC::map_pci_interrupts()
{
configure_redirection_entry(11, 11 + IRQ_VECTOR_BASE, DeliveryMode::Normal, false, false, true, true, 0);