#include "spinlock.h" #include "kernel.h" #include "asm_x86.h" static volatile uint32_t spinlocks[NUMBER_SPINLOCKS]; void check_spinlocks() { klog("Spinlocks at 0x%08X ",spinlocks); for(int i=0;i