reduce the size of ppage by 8 bytes using signly linked list
[lunaix-os.git] / lunaix-os / includes / lunaix / mm / pmm.h
index bd55eb1e46435d4140a03318d496696b75a06cbf..c0e08b28ab16467adddb198e4f521be833537b04 100644 (file)
@@ -36,7 +36,7 @@ struct pmem_pool
     
 #elif defined(CONFIG_PMALLOC_METHOD_SIMPLE)
 
     
 #elif defined(CONFIG_PMALLOC_METHOD_SIMPLE)
 
-    struct llist_header idle_order[MAX_PAGE_ORDERS];
+    struct list_head idle_order[MAX_PAGE_ORDERS];
     int count[MAX_PAGE_ORDERS];
 
 #endif
     int count[MAX_PAGE_ORDERS];
 
 #endif