remove ioapic from arm builds

This commit is contained in:
quackerd 2023-12-02 04:43:14 +08:00
parent 0b23e00dad
commit a7bafe607f

View File

@ -5,7 +5,7 @@
#include <sys/irq.h>
#include <machine/trap.h>
#include <machine/ioapic.h>
// #include <machine/ioapic.h>
LIST_HEAD(IRQHandlerList, IRQHandler);
struct IRQHandlerList handlers[T_IRQ_LEN];