feat: kernel stack tracing
[lunaix-os.git] / lunaix-os / kernel / block / blkio.c
index 0427622d9af4dcaf8cbbf0b2f73286feda0834a4..9fcd670e350286b28a1a251eaf8503f7498650c6 100644 (file)
@@ -2,7 +2,7 @@
 #include <lunaix/mm/cake.h>
 #include <lunaix/mm/valloc.h>
 
 #include <lunaix/mm/cake.h>
 #include <lunaix/mm/valloc.h>
 
-#include <hal/cpu.h>
+#include <sys/cpu.h>
 
 static struct cake_pile* blkio_reqpile;
 
 
 static struct cake_pile* blkio_reqpile;