meta: rename
This commit is contained in:
14
vm/sparse.c
14
vm/sparse.c
@@ -22,13 +22,13 @@
|
||||
of the sparse memory model may be outweighed by the extra
|
||||
overhead, and the flat memory model may be a better choice.
|
||||
*/
|
||||
#include <socks/vm.h>
|
||||
#include <socks/arg.h>
|
||||
#include <socks/printk.h>
|
||||
#include <socks/panic.h>
|
||||
#include <socks/memblock.h>
|
||||
#include <socks/util.h>
|
||||
#include <socks/machine/cpu.h>
|
||||
#include <mango/vm.h>
|
||||
#include <mango/arg.h>
|
||||
#include <mango/printk.h>
|
||||
#include <mango/panic.h>
|
||||
#include <mango/memblock.h>
|
||||
#include <mango/util.h>
|
||||
#include <mango/machine/cpu.h>
|
||||
|
||||
static struct vm_sector *sector_array = NULL;
|
||||
static size_t sector_array_count = 0;
|
||||
|
||||
Reference in New Issue
Block a user