unlock the spinlock

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1979 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2002-11-17 13:32:05 +00:00
parent 03a21dd59a
commit 725e25d182

View File

@ -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;
}