[lib][heap] have the heap pull pages out of the vm, if present

This commit is contained in:
Travis Geiselbrecht
2014-07-11 18:06:59 -07:00
parent 986d1590cb
commit 25a78c5225
3 changed files with 100 additions and 30 deletions

View File

@@ -26,9 +26,6 @@
#include <arch/arm64.h>
#include <platform.h>
extern int _end_of_ram;
void *_heap_end = &_end_of_ram;
void arch_early_init(void)
{
/* set the vector base */