Sorting source tree a bit
[tpg/acess2.git] / Kernel / arch / m68k / mm_phys.c
diff --git a/Kernel/arch/m68k/mm_phys.c b/Kernel/arch/m68k/mm_phys.c
deleted file mode 100644 (file)
index 24fd1f2..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Acess2 M68K port
- * - By John Hodge (thePowersGang)
- *
- * arch/m68k/mm_phys.c
- * - Stubbed physical memory management
- */
-#include <acess.h>
-
-// === CODE ===
-void MM_RefPhys(tPAddr Page)
-{
-       // TODO: Refcount pages
-       Log_Warning("MMPhys", "TODO: Implement MM_RefPhys");
-}
-
-int MM_SetPageNode(tPAddr Page, void *Node)
-{
-       Log_Warning("MMPhys", "TODO: Implement MM_SetPageNode");
-       return -1;
-}
-

UCC git Repository :: git.ucc.asn.au