meta: rename
This commit is contained in:
10
vm/page.c
10
vm/page.c
@@ -1,8 +1,8 @@
|
||||
#include <socks/types.h>
|
||||
#include <socks/memblock.h>
|
||||
#include <socks/printk.h>
|
||||
#include <socks/vm.h>
|
||||
#include <socks/libc/string.h>
|
||||
#include <mango/types.h>
|
||||
#include <mango/memblock.h>
|
||||
#include <mango/printk.h>
|
||||
#include <mango/vm.h>
|
||||
#include <mango/libc/string.h>
|
||||
|
||||
/* Pre-calculated page order -> size conversion table */
|
||||
static size_t page_order_bytes[] = {
|
||||
|
||||
Reference in New Issue
Block a user