Fixed issue with not releasing the spinlock in show tasks

This commit is contained in:
Mark Riddoch 2014-11-17 11:56:41 +00:00
parent 9e0a8a0eee
commit 67a0f65b74

View File

@ -310,4 +310,5 @@ char buf[40];
buf);
ptr = ptr->next;
}
spinlock_release(&tasklock);
}