Kernel: fix sys_irqctl(IRQ_RMPOLICY)

This commit is contained in:
David van Moolenbroek 2010-02-09 08:07:47 +00:00
parent 448f4305e2
commit f029b0e0b1

View file

@ -116,6 +116,7 @@ PUBLIC int do_irqctl(struct proc * caller, message * m_ptr)
}
/* Remove the handler and return. */
rm_irq_handler(&irq_hooks[irq_hook_id]);
irq_hooks[irq_hook_id].proc_nr_e = NONE;
break;
default: