diff options
Diffstat (limited to 'kernel/spinlock.c')
| -rw-r--r-- | kernel/spinlock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/spinlock.c b/kernel/spinlock.c index b7ff6b7..2a713ba 100644 --- a/kernel/spinlock.c +++ b/kernel/spinlock.c @@ -16,4 +16,3 @@ void spinlock_release(uint32_t i) uint32_t *addr=spinlocks+i; asm("movb $0,%0"::"m"(*addr)); } - |
