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