mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
将wait_queue中的结点改为kmalloc创建
This commit is contained in:
@ -207,9 +207,9 @@ void irq_init()
|
||||
init_8259A();
|
||||
#else
|
||||
|
||||
memset((void *)interrupt_desc, 0, sizeof(irq_desc_t) * IRQ_NUM);
|
||||
apic_init();
|
||||
|
||||
memset((void *)interrupt_desc, 0, sizeof(irq_desc_t) * IRQ_NUM);
|
||||
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user