test
This commit is contained in:
parent
e6155fb7ad
commit
d50c024cbd
@ -23,6 +23,7 @@ void isr_spinlock_unlock(struct spinlock *lock)
|
||||
{
|
||||
current_context->priority = lock->priority_unlocked;
|
||||
lock->locked = 0;
|
||||
|
||||
// TODO: check for context-switch...
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user