meta: rename

This commit is contained in:
2024-11-02 11:31:51 +00:00
parent 065fdeec65
commit 62ec4c93ab
140 changed files with 422 additions and 857 deletions

View File

@@ -1,12 +1,12 @@
#include <socks/locks.h>
#include <socks/util.h>
#include <socks/queue.h>
#include <socks/memblock.h>
#include <socks/types.h>
#include <socks/vm.h>
#include <socks/printk.h>
#include <socks/libc/string.h>
#include <socks/machine/cpu.h>
#include <mango/locks.h>
#include <mango/util.h>
#include <mango/queue.h>
#include <mango/memblock.h>
#include <mango/types.h>
#include <mango/vm.h>
#include <mango/printk.h>
#include <mango/libc/string.h>
#include <mango/machine/cpu.h>
static struct vm_page *group_pages_into_block(struct vm_zone *z, phys_addr_t base, phys_addr_t limit, int order)
{