unlock the spinlock
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1979 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -219,6 +219,7 @@ int_io_interrupt_handler(int vector)
|
|||||||
if (io_vectors[vector].handler_list.next == &io_vectors[vector].handler_list
|
if (io_vectors[vector].handler_list.next == &io_vectors[vector].handler_list
|
||||||
|| io_vectors[vector].handler_list.next == NULL) {
|
|| io_vectors[vector].handler_list.next == NULL) {
|
||||||
dprintf("unhandled io interrupt %d\n", vector);
|
dprintf("unhandled io interrupt %d\n", vector);
|
||||||
|
release_spinlock(&io_vectors[vector].vector_lock);
|
||||||
return B_UNHANDLED_INTERRUPT;
|
return B_UNHANDLED_INTERRUPT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user