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++) {
