1 2 3 4 5 6 7 8 9 10 11
/* * Atomic lock for amd64 */ #include "spinlock.h" int _atomic_lock(volatile _spinlock_lock_t *lock) { /* dummy for now */ }