git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Code-base clean-up and refactoring (#47)
[lunaix-os.git]
/
lunaix-os
/
arch
/
x86
/
includes
/
sys
/
mm
/
physical.h
diff --git
a/lunaix-os/arch/x86/includes/sys/mm/physical.h
b/lunaix-os/arch/x86/includes/sys/mm/physical.h
deleted file mode 100644
(file)
index
722aa15
..0000000
--- a/
lunaix-os/arch/x86/includes/sys/mm/physical.h
+++ /dev/null
@@
-1,14
+0,0 @@
-#ifndef __LUNAIX_ARCH_PHYSICAL_H
-#define __LUNAIX_ARCH_PHYSICAL_H
-
-#include <lunaix/ds/llist.h>
-#include "mm_defs.h"
-
-#define PPLIST_STARTVM PMAP
-
-struct ppage_arch
-{
-
-};
-
-#endif /* __LUNAIX_ARCH_PHYSICAL_H */