#define __LUNAIX_PHYSICAL_H
#include <lunaix/compiler.h>
-#include <sys/mm/physical.h>
+#include <asm/physical.h>
+#include <lunaix/ds/list.h>
/**
* @brief 长久页:不会被缓存,但允许释放
};
unsigned short companion;
- struct llist_header sibs;
+ struct list_node sibs;
struct ppage_arch arch;
} align(16);