Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / kernel / mm / vmm.c
index 24fa4227999a410bd9737c584e0b0f53422b6169..180d7f40fb55e93a52b33eddb76414026b1eeb8d 100644 (file)
@@ -3,17 +3,11 @@
 #include <lunaix/spike.h>
 #include <lunaix/syslog.h>
 
-#include <sys/cpu.h>
-#include <sys/mm/mm_defs.h>
+#include <asm/cpu.h>
+#include <asm/mm_defs.h>
 
 LOG_MODULE("VM")
 
-void
-vmm_init()
-{
-    // XXX: something here?
-}
-
 pte_t
 vmm_tryptep(pte_t* ptep, size_t lvl_size)
 {