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
Introducing LunaBuild to the build flow (#36)
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
mm
/
pmm.h
diff --git
a/lunaix-os/includes/lunaix/mm/pmm.h
b/lunaix-os/includes/lunaix/mm/pmm.h
index 60a5c68a4b634b339afc5bb88216163e4380fd83..b5dcb971c796889d5a325d1393bcc4881853dfea 100644
(file)
--- a/
lunaix-os/includes/lunaix/mm/pmm.h
+++ b/
lunaix-os/includes/lunaix/mm/pmm.h
@@
-25,16
+25,16
@@
struct pmem_pool
struct ppage* pool_start;
struct ppage* pool_end;
struct ppage* pool_start;
struct ppage* pool_end;
-#if defined(CONFIG_PMALLOC_NCONTIG)
+#if defined(CONFIG_PMALLOC_
METHOD_
NCONTIG)
struct llist_header idle_page;
struct llist_header busy_page;
struct llist_header idle_page;
struct llist_header busy_page;
-#elif defined(CONFIG_PMALLOC_BUDDY)
+#elif defined(CONFIG_PMALLOC_
METHOD_
BUDDY)
struct llist_header idle_order[MAX_PAGE_ORDERS];
struct llist_header idle_order[MAX_PAGE_ORDERS];
-#elif defined(CONFIG_PMALLOC_SIMPLE)
+#elif defined(CONFIG_PMALLOC_
METHOD_
SIMPLE)
struct llist_header idle_order[MAX_PAGE_ORDERS];
int count[MAX_PAGE_ORDERS];
struct llist_header idle_order[MAX_PAGE_ORDERS];
int count[MAX_PAGE_ORDERS];