bootboot: flush both the pic and the apic

This commit is contained in:
pitust 2021-11-04 08:19:17 +00:00
parent 8308cfb3f2
commit 3338c8daa3
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ void bootboot_load(char *config) {
pic_mask_all();
io_apic_mask_all();
irq_flush_type = IRQ_PIC_ONLY_FLUSH;
irq_flush_type = IRQ_PIC_APIC_FLUSH;
for (size_t i = 0;i < numcores;i++) {
cores[i].extra_argument = 0;