Fixed issue with not releasing the spinlock in show tasks
This commit is contained in:
parent
9e0a8a0eee
commit
67a0f65b74
@ -310,4 +310,5 @@ char buf[40];
|
||||
buf);
|
||||
ptr = ptr->next;
|
||||
}
|
||||
spinlock_release(&tasklock);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user