:: commit e3e57e1b3663319638c041ef59f91adc616344b3

pitust <piotr@stelmaszek.com> — 2021-11-01 21:18

parents: 864a0c5180

bootboot: don't mask IRQs

diff --git a/stage23/protos/bootboot.c b/stage23/protos/bootboot.c
index e3298c26..1856b577 100644
--- a/stage23/protos/bootboot.c
+++ b/stage23/protos/bootboot.c
@@ -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++) {
tab: 248 wrap: offon