X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/669e8fc63dd1aa7fe4c830b1d40371a1ab47fc4f..104ad9766838ec1c572102d6fe0dd689b016b830:/lunaix-os/includes/lunaix/mm/pmm.h?ds=sidebyside diff --git a/lunaix-os/includes/lunaix/mm/pmm.h b/lunaix-os/includes/lunaix/mm/pmm.h index bd55eb1..c0e08b2 100644 --- a/lunaix-os/includes/lunaix/mm/pmm.h +++ b/lunaix-os/includes/lunaix/mm/pmm.h @@ -36,7 +36,7 @@ struct pmem_pool #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