bootboot: don't mask IRQs

This commit is contained in:
pitust 2021-11-01 21:18:06 +00:00
parent dfd347db02
commit 24d27f769a
1 changed files with 0 additions and 3 deletions

View File

@ -305,9 +305,6 @@ __attribute__((noreturn)) void bootboot_spinup(
rm_int(0x15, &r, &r);
#endif
pic_mask_all();
io_apic_mask_all();
irq_flush_type = IRQ_PIC_APIC_FLUSH;
for (size_t i = 0;i < numcores;i++) {