#include "spinlock.h" #include "kernel.h" #include "asm/x86.h" // https://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html static volatile uint32_t spinlocks[NUMBER_SPINLOCKS]; void check_spinlocks() { klog("Spinlocks at 0x%08X ",spinlocks); for(int i=0;i