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
Architectural Support: x86_64 (#37)
[lunaix-os.git]
/
lunaix-os
/
arch
/
generic
/
includes
/
sys
/
mm
/
mempart.h
diff --git
a/lunaix-os/arch/generic/includes/sys/mm/mempart.h
b/lunaix-os/arch/generic/includes/sys/mm/mempart.h
index 28d7ba67e864385ad70f39aa0bfc51164e03921b..055da0c382cec25cdbd70979d2c43c1f1f56fc5a 100644
(file)
--- a/
lunaix-os/arch/generic/includes/sys/mm/mempart.h
+++ b/
lunaix-os/arch/generic/includes/sys/mm/mempart.h
@@
-1,11
+1,6
@@
#ifndef __LUNAIX_ARCH_MEMPART_H
#define __LUNAIX_ARCH_MEMPART_H
#ifndef __LUNAIX_ARCH_MEMPART_H
#define __LUNAIX_ARCH_MEMPART_H
-#define MEM_PAGE 0x1000UL
-#define MEM_1M 0x100000UL
-#define MEM_4M 0x400000UL
-#define MEM_HUGE 0x400000UL
-#define MEM_1G 0x40000000UL
#define END_POINT(name) (name + name##_SIZE - 1)
#define END_POINT(name) (name + name##_SIZE - 1)